Module Fiber.Condition

type t
val create : unit -> t
val wait : ?⁠mutex:Mutex.t -> t -> unit
val signal : t -> unit
val broadcast : t -> unit