= 1024" x-on:close-sidebar="sidebar=window.innerWidth >= 1024 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
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 : sig ... end
module Low_latency_transport : sig ... end
This module implements a RPC transport optimized for low-latency.
module Any = Async_rpc_kernel.Rpc.Any
module Description = Async_rpc_kernel.Rpc.Description
module Implementation = Async_rpc_kernel.Rpc.Implementation
module Implementations = Async_rpc_kernel.Rpc.Implementations
module One_way = Async_rpc_kernel.Rpc.One_way
module Pipe_rpc = Async_rpc_kernel.Rpc.Pipe_rpc
module Rpc = Async_rpc_kernel.Rpc.Rpc
module State_rpc = Async_rpc_kernel.Rpc.State_rpc
module Pipe_close_reason = Async_rpc_kernel.Rpc.Pipe_close_reason
module Connection : sig ... end