package lsp

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

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.