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