package dune-rpc-lwt

  1. Overview
  2. Docs
type t
val create : t -> t
val request : ?id:Dune_rpc.V1.Id.t -> t -> ('a, 'b) Versioned.request -> 'a -> ('b, Dune_rpc.V1.Response.Error.t) result Lwt.t
val notification : t -> 'a Versioned.notification -> 'a -> unit
val submit : t -> unit Lwt.t