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 = Async_extra__.Rpc_transport
module Low_latency_transport = Async_extra__.Rpc_transport_low_latency
module Any = Async_extra__.Import.Rpc_kernel.Any
module Description = Async_extra__.Import.Rpc_kernel.Description
module Implementation = Async_extra__.Import.Rpc_kernel.Implementation
module Implementations = Async_extra__.Import.Rpc_kernel.Implementations
module One_way = Async_extra__.Import.Rpc_kernel.One_way
module Pipe_rpc = Async_extra__.Import.Rpc_kernel.Pipe_rpc
module Rpc = Async_extra__.Import.Rpc_kernel.Rpc
module State_rpc = Async_extra__.Import.Rpc_kernel.State_rpc
module Pipe_close_reason = Async_extra__.Import.Rpc_kernel.Pipe_close_reason
module Connection : sig ... end