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.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 type S_rpc = sig ... end
module Make (Conn : T) : S with type conn = Conn.t and type address = Conn.Address.t
module Rpc : S_rpc with type conn = Async.Rpc.Connection.t
module Versioned_rpc : S_rpc with type conn = Async.Versioned_rpc.Connection_with_menu.t
OCaml

Innovation. Community. Security.