package async

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Make.EventSource

Sourcetype '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
Sourceval sexp_of_t : ('address -> Sexplib0.Sexp.t) -> 'address t -> Sexplib0.Sexp.t
Sourceval log_level : _ t -> [ `Info | `Debug | `Error ]
OCaml

Innovation. Community. Security.