package caqti-async
Async support for Caqti
Install
Dune Dependency
Authors
Maintainers
Sources
caqti-0.10.0.tbz
sha256=83c80e1b55e0311d9a97b1f591a3f504670c977e7e47f8ed827897ce8d4a05ad
md5=28a2a8f5235662e7a452b786ffdb4a7f
doc/caqti-async.v1/Caqti1_async/Pool/index.html
Module Caqti1_async.Pool
This is an instantiation of Caqti_pool
for the chosen thread monad.
val create :
?max_size:int ->
?check:('a -> (bool -> unit) -> unit) ->
?validate:('a -> bool Async.Deferred.Or_error.t) ->
(unit -> 'a Async.Deferred.Or_error.t) ->
('a -> unit Async.Deferred.Or_error.t) ->
'a t
(internal) create alloc free
is a pool of resources allocated by alloc
and freed by free
. This is primarily indented for implementing the connect_pool
functions.
val size : 'a t -> int
size pool
is the current number of open resources in pool
.
val use :
?priority:float ->
('a -> 'b Async.Deferred.Or_error.t) ->
'a t ->
'b Async.Deferred.Or_error.t
use f pool
calls f
on a resource drawn from pool
, handing back the resource to the pool when f
exits.
val drain : 'a t -> unit Async.Deferred.Or_error.t
drain pool
closes all resources in pool
. The pool is still usable, as new resources will be created on demand.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>