package async

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

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.