package lsp

  1. Overview
  2. Docs

doc/lsp.fiber_unix/Fiber_unix/Private/Barrier/index.html

Module Private.BarrierSource

Sourcetype t
Sourceval create : unit -> t
Sourceval signal : t -> (unit, [ `Closed ]) result
Sourceval await : ?timeout:float -> t -> (unit, [ `Timeout | `Closed of [ `Read of bool ] ]) result
Sourceval close : t -> unit
OCaml

Innovation. Community. Security.