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/index.html

Module Persistent_connection_kernel

module type S = sig ... end
module type T = sig ... end
module Make (Conn : T) : S with type conn = Conn.t and type address = Conn.Address.t
OCaml

Innovation. Community. Security.