Reason · Reason lets you write simple, fast and quality type safe code while leveraging both the JavaScript & OCaml ecosystems.

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

AltStyle によって変換されたページ (->オリジナル) /