async.persistent_connection
Persistent_connection
A persistent connection is one that is automatically reestablished whenever lost.
async
async.async_command
async.async_quickcheck
async.async_rpc
async.lock_file_async
async.log_extended
async.unpack_sequence
module type Address = Persistent_connection_kernel.Address
module type Closable = Persistent_connection_kernel.Closable
module type S = sig ... end
module type S_rpc = sig ... end
module Make (Conn : Closable) : S with type conn = Conn.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