Interface entity.aggregate into transactions
Interface entity.aggregate into transactions
Transaction state management
Transaction state management
Connect transactions to entity-core with EntityTxnEvents implementation of TxnEvents
Connect transactions to entity-core with EntityTxnEvents implementation of TxnEvents
A lock manager. Threads may lock values, waiting to obtain the lock if one is already outstanding. Locks are re-entrant and only released when fully unwound or by force.
If a lock is currently held by another thread, the current thread may wait until the lock becomes available.
A lock manager. Threads may lock values, waiting to obtain the lock if one is already outstanding. Locks are re-entrant and only released when fully unwound or by force. If a lock is currently held by another thread, the current thread may wait until the lock becomes available.
Protocols and multimethods for interfacing transaction events to actions.
Protocols and multimethods for interfacing transaction events to actions.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close