async.persistent_connection
Make.Event
async
async.async_command
async.async_quickcheck
async.async_rpc
async.lock_file_async
async.log_extended
async.unpack_sequence
type 'address t =
| Attempting_to_connect
| Obtained_address of 'address
| Failed_to_connect of Core.Error.t
| Connected of conn
| Disconnected
val sexp_of_t : ('address -> Sexplib0.Sexp.t) -> 'address t -> Sexplib0.Sexp.t
val log_level : _ t -> [ `Info | `Debug | `Error ]