Trait tc_transact::lock::Mutate [−][src]
Define a way to manage transaction-specific versions of a state.
Associated Types
Loading content...Required methods
fn diverge(&self, txn_id: &TxnId) -> Self::Pending
[src]
Create a new transaction-specific version of this state.
#[must_use]fn converge<'life0, 'async_trait>(
&'life0 mut self,
new_value: Self::Pending
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>> where
'life0: 'async_trait,
Self: 'async_trait,
[src]
&'life0 mut self,
new_value: Self::Pending
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>> where
'life0: 'async_trait,
Self: 'async_trait,
Canonicalize a transaction-specific version.