package semaphore-compat

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = Stdlib.Semaphore.Binary.t
val make : bool -> t
val release : t -> unit
val acquire : t -> unit
val try_acquire : t -> bool
OCaml

Innovation. Community. Security.