Struct txn_lock::TxnLockCommit
source · pub struct TxnLockCommit<TxnId, T> { /* private fields */ }Expand description
A RAII guard which blocks commits until dropped, allowing access to the just-committed value
pub struct TxnLockCommit<TxnId, T> { /* private fields */ }A RAII guard which blocks commits until dropped, allowing access to the just-committed value