package caqti-miou

  1. Overview
  2. Docs
Miou support for Caqti

Install

dune-project
 Dependency

Authors

Maintainers

Sources

caqti-v2.3.1.tbz
sha256=036380a0f1a67e09d002cc47f2cb1c52ebf4f7cc9b89ea5b70cec3b389ce298d
sha512=8d8e12e6101bb9b61b805e68236375f685c63400fefe3de422a24990e16b16ef2eeaebc66171b8dbe498be3e3d394445ee49c9a93b5b0b3e9d9d43b9fcf1acdc

doc/caqti-miou.unix/Caqti_miou_unix/System/Pool/index.html

Module System.PoolSource

Sourcetype ('a, 'e) t
Sourceval size : ('a, 'e) t -> int
Sourceval use : ?priority:??? -> ('a -> ('b, 'e) result System_core.Fiber.t) -> ('a, 'e) t -> ('b, 'e) result System_core.Fiber.t
Sourceval drain : ('a, 'e) t -> unit System_core.Fiber.t
Sourceval create : ?config:??? -> ?check:??? -> ?validate:??? -> ?log_src:??? -> sw:System_core.Switch.t -> stdenv:System_core.stdenv -> (unit -> ('a, 'e) result System_core.Fiber.t) -> ('a -> unit System_core.Fiber.t) -> ('a, 'e) t