sig
  type t
  val create : unit -> Condition.t
  val wait : Condition.t -> Mutex.t -> unit
  val signal : Condition.t -> unit
  val broadcast : Condition.t -> unit
end

Hosted by the SourceForge.net Logo* web site.
*Other names and brands may be claimed as the property of others.