package async

  1. Overview
  2. Docs
Monadic concurrency library

Install

Dune Dependency

Authors

Maintainers

Sources

async-v0.14.0.tar.gz
sha256=74f2b7b01ce3b92289cc7a68cd3ae53885c763cedd320d27949d585e5c13dc64
md5=9f80cfb72e3defcc9fca50f67e23e93c

doc/async.async_rpc/Async_rpc/Rpc/index.html

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 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
OCaml

Innovation. Community. Security.