This module just re-exports lots of modules from Async_rpc_kernel
and adds some
Unix-specific wrappers in Connection
(for using Reader
, Writer
, and Tcp
).
For documentation, see Rpc
and Connection_intf
in the Async_rpc_kernel
library.
module Transport = Rpc_transport
module Low_latency_transport = Rpc_transport_low_latency
module Any = Import.Rpc_kernel.Any
module Description = Import.Rpc_kernel.Description
module Implementation = Import.Rpc_kernel.Implementation
module Implementations = Import.Rpc_kernel.Implementations
module One_way = Import.Rpc_kernel.One_way
module Pipe_rpc = Import.Rpc_kernel.Pipe_rpc
module Rpc = Import.Rpc_kernel.Rpc
module State_rpc = Import.Rpc_kernel.State_rpc
module Pipe_close_reason = Import.Rpc_kernel.Pipe_close_reason
module Connection : sig ... end