package async_kernel

  1. Overview
  2. Docs
Monadic concurrency library

Install

Dune Dependency

Authors

Maintainers

Sources

async_kernel-v0.12.0.tar.gz
sha256=27b446895ca5251191159d173e787a53938b4a529d7ef7e3c490fb96740e0f6f
md5=24d41c607761ceece3df15bf9b061bcf

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 Core_kernel.sexp_opaque
  5. | Disconnected
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
val log_level : t -> [ `Info | `Debug | `Error ]
OCaml

Innovation. Community. Security.