Structs§
- Permit
Read - A permit to read a specific section of a transactional resource
- Permit
Write - A permit to write to a specific section of a transactional resource
Type Aliases§
- Semaphore
- A semaphore used to gate access to a transactional resource
- TxnLock
- A transactional read-write lock on a scalar value
- TxnLock
Read Guard - A read guard on a
TxnLock
- TxnLock
Version Guard - A read guard on a committed transactional version
- TxnLock
Write Guard - A write guard on a
TxnLock
- TxnMap
Lock - A transactional read-write lock on a key-value map
- TxnMap
Lock Entry - An entry in a transactional key-value map
- TxnMap
Lock Iter - An iterator over the contents of a transactional key-value map
- TxnMap
Lock Version Guard - A read guard on a committed transactional version of a set
- TxnMessage
Queue - A transactional message queue.
- TxnSet
Lock - A transactional read-write lock on a set of values
- TxnSet
Lock Iter - A read guard on a version of a set of values
- TxnSet
Lock Version - A read guard on a committed transactional version of a set
- TxnTask
Queue - A transactional task queue.