Module Async_rpc.Rpc

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 How_to_recognize_errors = Async_rpc_kernel.Rpc.How_to_recognize_errors
module Implementation = Async_rpc_kernel.Rpc.Implementation
module Implementations = Async_rpc_kernel.Rpc.Implementations
module Low_latency_transport : sig ... end

This module implements a RPC transport optimized for low-latency.

module On_exception = Async_rpc_kernel.Rpc.On_exception
module Or_not_authorized = Async_rpc_kernel.Or_not_authorized
module Pipe_close_reason = Async_rpc_kernel.Rpc.Pipe_close_reason
module Rpc_metadata = Async_rpc_kernel.Rpc_metadata
module Tracing_event = Async_rpc_kernel.Tracing_event
module Transport : sig ... end
module Connection : sig ... end
module For_debugging : sig ... end