caqti.platform
Caqti_platform.Heap
Internal min-heap implementation.
This is a simple min-heap implementation deemed sufficient for the Pool module. There are algorithms better suited for larger heaps.
Pool
caqti
caqti.blocking
caqti.platform.unix
caqti.plugin
caqti.template
module type S = sig ... end
module Make (Elt : Set.OrderedType) : S with type elt = Elt.t