package rpc

  1. Overview
  2. Docs
type lwt_rpcfn = Rpc.call -> Rpc.response Lwt.t
module M : sig ... end
module GenClient () : sig ... end
exception MarshalError of string
exception UnknownMethod of string
type server_implementation = (string, lwt_rpcfn) Hashtbl.t
module GenServer () : sig ... end
OCaml

Innovation. Community. Security.