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 S = sig ... end
module type T = Persistent_connection_kernel.T
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