package async_kernel

  1. Overview
  2. Docs
Monadic concurrency library

Install

Dune Dependency

Authors

Maintainers

Sources

async_kernel-v0.13.0.tar.gz
sha256=55a32c8b8e6aaaecb8357644515884367ec99b703fe8f984212b714a0e554c65
md5=d12b61a3f95325a511c50964bc9c819e

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.