package async

  1. Overview
  2. Docs
Monadic concurrency library

Install

Dune Dependency

Authors

Maintainers

Sources

async-v0.13.0.tar.gz
sha256=fef9ebe342ea59d7804f6292b7891ad664a8ba8d4174a1b202db91363a9c71ab
md5=fbfc7059179bc9ddd5dc1411e7d2e815

doc/async.persistent_connection/Persistent_connection/Make/Event/index.html

Module Make.Event

type t =
  1. | Attempting_to_connect
  2. | Obtained_address of address
  3. | Failed_to_connect of Core_kernel.Error.t
  4. | Connected of conn
  5. | Disconnected
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
val log_level : t -> [ `Info | `Debug | `Error ]
OCaml

Innovation. Community. Security.