package current_rpc

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
module Map : Stdlib.Map.S with type key = string
val log_path : string -> (Fpath.t, [ `Msg of string ]) Stdlib.result
val lookup_running : string -> t option
val wait_for_log_data : t -> unit Lwt.t
val approve_early_start : t -> unit
val cancel : t -> string -> unit
val cancelled_state : t -> (unit, [ `Msg of string ]) Stdlib.result