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_transportmodule Low_latency_transport = Rpc_transport_low_latencymodule Any = Import.Rpc_kernel.Anymodule Description = Import.Rpc_kernel.Descriptionmodule Implementation = Import.Rpc_kernel.Implementationmodule Implementations = Import.Rpc_kernel.Implementationsmodule One_way = Import.Rpc_kernel.One_waymodule Pipe_rpc = Import.Rpc_kernel.Pipe_rpcmodule Rpc = Import.Rpc_kernel.Rpcmodule State_rpc = Import.Rpc_kernel.State_rpcmodule Pipe_close_reason = Import.Rpc_kernel.Pipe_close_reasonmodule Connection : sig ... end