package async

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

Module Persistent_connectionSource

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

Sourcemodule type S = sig ... end
Sourcemodule type S_rpc = sig ... end
Sourcemodule Make (Conn : T) : S with type conn = Conn.t and type address = Conn.Address.t
Sourcemodule Versioned_rpc : S_rpc with type conn = Async.Versioned_rpc.Connection_with_menu.t
OCaml

Innovation. Community. Security.