module Condition: Async_condition
Async_condition
type 'a t
'a
val create : unit -> 'a t
unit -> 'a t
val signal : 'a t -> 'a -> unit
'a t -> 'a -> unit
val broadcast : 'a t -> 'a -> unit
val wait : 'a t -> 'a Deferred.t
'a t -> 'a Deferred.t
val sexp_of_t : ('a -> Sexplib.Sexp.t) -> 'a t -> Sexplib.Sexp.t
('a -> Sexplib.Sexp.t) -> 'a t -> Sexplib.Sexp.t