package caqti
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Unified interface to relational database libraries
Install
dune-project
Dependency
Authors
Maintainers
Sources
caqti-v1.7.0.tbz
sha256=a363cfcc15f2a3ab9721d08789a65aaa1108d27f974a9b68425a889596e27fb8
sha512=982b9c65fde0405b5d33822ff2743d1c8a8c0611dcd6615dd0af5b32048262f7ddbcae8434193cfd2b7ee845f29c2821d869862b34086099fcffc912b51d61a2
doc/caqti/Caqti_connect/Make_unix/argument-1-System/index.html
Parameter Make_unix.System
include Caqti_driver_sig.System_common
A concurrency monad with an optional failure monad, or just the identity type constructor for blocking operation.
val return : 'a -> 'a futureReturn operation of the concurrency monad.
finally f g runs f () and then runs g () whether the former finished, failed with an exception, or failed with a monadic failure.
cleanup f g runs f () and then runs g () and re-raise the failure if and only if f () failed with an exception or a monadic failure.
join ms runs the elements of ms in parallel if supported by the concurrency implementation.
module Mvar : sig ... endmodule Log : sig ... endmodule Stream : Caqti_stream.S with type 'a future := 'a futuremodule Unix : sig ... endmodule Preemptive : sig ... end sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>