Type Alias tc_transact::lock::TxnSetLock
source · pub type TxnSetLock<T> = TxnSetLock<TxnId, T>;Expand description
A transactional read-write lock on a set of values
Aliased Type§
struct TxnSetLock<T> { /* private fields */ }pub type TxnSetLock<T> = TxnSetLock<TxnId, T>;A transactional read-write lock on a set of values
struct TxnSetLock<T> { /* private fields */ }