Ocsigen

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 : '-> 'Lwt_mvar.t
  val create_empty : unit -> 'Lwt_mvar.t
  val put : 'Lwt_mvar.t -> '-> unit Lwt.t
  val take : 'Lwt_mvar.t -> 'Lwt.t
end