package lsp

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
val create : unit -> t
val signal : t -> (unit, [ `Closed ]) Stdlib.result
val await : ?timeout:float -> t -> (unit, [ `Timeout | `Closed of [ `Read of bool ] ]) Stdlib.result
val close : t -> unit