package vcaml

  1. Overview
  2. Docs

Module Msgpack_unixSource

Sourcemodule Unix_socket : sig ... end
include Msgpack_rpc.S with type conn = Unix_socket.t
Sourcetype t
Sourceval subscribe : t -> Core_kernel.Source_code_position.t -> Msgpack_rpc.event Async_kernel.Pipe.Reader.t
Sourceval call : t -> method_name:string -> parameters:Msgpack.t -> (Msgpack.t, Msgpack.t) Async_kernel.Deferred.Result.t
Sourceval connect : conn -> t
Sourceval register_method : name:string -> f:(Msgpack.t list -> Msgpack.t Core_kernel.Or_error.t) -> unit Core_kernel.Or_error.t
OCaml

Innovation. Community. Security.