package caqti

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Internal resource pool implementation.

module type ALARM = sig ... end

Scheduling taks in the future.

module type S = sig ... end
module Make (System : System_sig.CORE) (_ : ALARM with type switch := System.Switch.t and type stdenv := System.stdenv) : S with type 'a fiber := 'a System.Fiber.t and type switch := System.Switch.t and type stdenv := System.stdenv