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 -> Mutex.t
 val lock : Mutex.t -> unit
 val try_lock : Mutex.t -> bool
 val unlock : Mutex.t -> unit
end

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