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