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 t =
| Attempting_to_connect
| Obtained_address of address
| Failed_to_connect of Core_kernel.Error.t
| Connected of conn
| Disconnected
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
val log_level : t -> [ `Info | `Debug | `Error ]