package lsp

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
val create : unit -> t
val task : t -> f:(unit -> unit Fiber.t) -> (unit, [ `Stopped ]) Stdlib.result Fiber.t
val task_exn : t -> f:(unit -> unit Fiber.t) -> unit Fiber.t
val stop : t -> unit Fiber.t
val run : t -> unit Fiber.t