package docteur

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type 'a fiber = 'a t
type mutex = Mutex.t
type t
val create : unit -> t
val wait : t -> mutex -> unit fiber
val signal : t -> unit
val broadcast : t -> unit