Version 1.2.0
This is a preliminary version of the documentation. Help us to improve it by filling tickets. We are looking for native english speakers to proof read the documentation. Contact us!
sig
type 'a t
val create : 'a -> 'a Lwt_mvar.t
val create_empty : unit -> 'a Lwt_mvar.t
val put : 'a Lwt_mvar.t -> 'a -> unit Lwt.t
val take : 'a Lwt_mvar.t -> 'a Lwt.t
end