package async

  1. Overview
  2. Docs
Monadic concurrency library

Install

Dune Dependency

Authors

Maintainers

Sources

async-v0.13.0.tar.gz
sha256=fef9ebe342ea59d7804f6292b7891ad664a8ba8d4174a1b202db91363a9c71ab
md5=fbfc7059179bc9ddd5dc1411e7d2e815

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.