package async

  1. Overview
  2. Docs
Monadic concurrency library

Install

Dune Dependency

Authors

Maintainers

Sources

async-v0.14.0.tar.gz
sha256=74f2b7b01ce3b92289cc7a68cd3ae53885c763cedd320d27949d585e5c13dc64
md5=9f80cfb72e3defcc9fca50f67e23e93c

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

Module Rpc.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.