package async_js

  1. Overview
  2. Docs
type 'address t =
  1. | Attempting_to_connect
  2. | Obtained_address of 'address
  3. | Failed_to_connect of Core.Error.t
  4. | Connected of conn
  5. | Disconnected
val sexp_of_t : ('address -> Sexplib0.Sexp.t) -> 'address t -> Sexplib0.Sexp.t
val log_level : _ t -> [ `Info | `Debug | `Error ]