Module Sqlgg_io.BlockingSource

include M with type 'a future = 'a
Sourcetype 'a future = 'a
Sourceval return : 'a -> 'a future
Sourceval (>>=) : 'a future -> ('a -> 'b future) -> 'b future
Sourceval bracket : 'a future -> ('a -> unit future) -> ('a -> 'b future) -> 'b future
Sourceval catch : (unit -> 'a future) -> (exn -> 'a future) -> 'a future
Sourceval try_bind : (unit -> 'a future) -> ('a -> 'b future) -> (exn -> 'b future) -> 'b future
Sourceval async : (unit -> unit future) -> unit
Sourcemodule List : sig ... end