package rpc

  1. Overview
  2. Docs
module Deferred = Async.Std.Deferred
type async_rpcfn = Rpc.call -> Rpc.response Deferred.t
module M : sig ... end
module GenClient () : sig ... end
exception MarshalError of string
exception UnknownMethod of string
type server_implementation = (string, async_rpcfn) Hashtbl.t
val server : (string, Rpc.call -> 'a) Hashtbl.t -> Rpc.call -> 'a
val combine : ('a, 'b) Hashtbl.t list -> ('a, 'b) Hashtbl.t
module GenServer () : sig ... end
OCaml

Innovation. Community. Security.