package async

  1. Overview
  2. Docs
Legend:
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 Implementation = Async_rpc_kernel.Rpc.Implementation
module Implementations = Async_rpc_kernel.Rpc.Implementations
module Pipe_close_reason = Async_rpc_kernel.Rpc.Pipe_close_reason
module Connection : sig ... end