Async_rpc.RpcThis 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 : sig ... endmodule Low_latency_transport : sig ... endThis module implements a RPC transport optimized for low-latency.
module Any = Async_rpc_kernel.Rpc.Anymodule Description = Async_rpc_kernel.Rpc.Descriptionmodule Implementation = Async_rpc_kernel.Rpc.Implementationmodule Implementations = Async_rpc_kernel.Rpc.Implementationsmodule One_way = Async_rpc_kernel.Rpc.One_waymodule Pipe_rpc = Async_rpc_kernel.Rpc.Pipe_rpcmodule Rpc = Async_rpc_kernel.Rpc.Rpcmodule State_rpc = Async_rpc_kernel.Rpc.State_rpcmodule Pipe_close_reason = Async_rpc_kernel.Rpc.Pipe_close_reasonmodule Connection : sig ... end