Up

Module Rpc = Rpc

Signature

module Description : sig .. end
module Implementation : sig .. end
A 'connection_state Implementation.t is something that knows how to respond to one query, given a 'connection_state.
module Implementations : sig .. end
A 'connection_state Implementations.t is something that knows how to respond to many different queries.
module Rpc : sig .. end
module Pipe_close_reason : sig .. end
module Pipe_rpc : sig .. end
module State_rpc : sig .. end
A state rpc is an easy way for two processes to synchronize a data structure by sending updates over the wire.
module One_way : sig .. end
An RPC that has no response.
module Any : sig .. end