package async_kernel

  1. Overview
  2. Docs
Monadic concurrency library

Install

Dune Dependency

Authors

Maintainers

Sources

v0.17.0.tar.gz
sha256=01ced973dbc70535f692f38bed524ae82dba17e26e58791b2fbf0d647b160d2e

doc/async_kernel.persistent_connection_kernel/Persistent_connection_kernel/Event/index.html

Module Persistent_connection_kernel.EventSource

Sourcetype ('conn, 'conn_error, 'address) t =
  1. | Attempting_to_connect
  2. | Obtained_address of 'address
  3. | Failed_to_connect of 'conn_error
  4. | Connected of 'conn
  5. | Disconnected
Sourceval sexp_of_t : ('conn -> Sexplib0.Sexp.t) -> ('conn_error -> Sexplib0.Sexp.t) -> ('address -> Sexplib0.Sexp.t) -> ('conn, 'conn_error, 'address) t -> Sexplib0.Sexp.t
Sourceval log_level : (_, _, _) t -> [ `Info | `Debug | `Error ]
OCaml

Innovation. Community. Security.