package async

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

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