Module Lwt_condition


module Lwt_condition: sig .. end

type t 
val create : unit -> t
val wait : t -> Lwt_mutex.t -> unit Lwt.t
val signal : t -> unit
val broadcast : t -> unit