Module Async_extra.Persistent_connection

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

module Make : functor (Conn : T) -> S with type conn = Conn.t and type address = Conn.Address.t
module Rpc : sig ... end