package vcaml

  1. Overview
  2. Docs
module Unix_socket : sig ... end
include Msgpack_rpc.S with type conn = Unix_socket.t
type conn = Unix_socket.t
type t
val call : t -> method_name:string -> parameters:Msgpack.t -> (Msgpack.t, Msgpack.t) Async_kernel.Deferred.Result.t
val connect : conn -> t
val register_method : name:string -> f:(Msgpack.t list -> Msgpack.t Core_kernel.Or_error.t) -> unit Core_kernel.Or_error.t