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.persistent_connection/Persistent_connection/index.html

Module Persistent_connection

A persistent connection is one that is automatically reestablished whenever lost.

module type S = sig ... end
module Make (Conn : T) : S with type conn = Conn.t and type address = Conn.Address.t
module Rpc : sig ... end
module Versioned_rpc : S with type conn = Async.Versioned_rpc.Connection_with_menu.t and type address = Core.Host_and_port.t
OCaml

Innovation. Community. Security.