Up
Module
Rpc_kernel
=
Async_rpc_kernel.Std.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
Transport
=
Async_rpc_kernel.Transport
module
Connection
:
Async_rpc_kernel.Connection_intf.S
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