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' = sig ... end
Sourcemodule type S_rpc = sig ... end
Sourcemodule Make (Conn : Closable) : S with type conn = Conn.t
Sourcemodule Versioned_rpc : S_rpc with type conn = Async.Versioned_rpc.Connection_with_menu.t
OCaml

Innovation. Community. Security.