package async_kernel

  1. Overview
  2. Docs
Monadic concurrency library

Install

Dune Dependency

Authors

Maintainers

Sources

async_kernel-v0.14.0.tar.gz
sha256=3511066e9d34d109ce1850478bcef1983927777b71673c99a13219be976e608e
md5=685575f6b6152e10a6d43859735c00cf

doc/async_kernel.persistent_connection_kernel/Persistent_connection_kernel/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.