Module tc_transact::lock[][src]

Expand description

A TxnLock featuring transaction-specific versioning

Structs

A generic impl of Mutate, for convenience.

A lock which provides transaction-specific versions of the locked state.

A read lock future.

An immutable read guard for a transactional state.

A write lock future.

An exclusive write lock for a transactional state.

Traits

Define a way to manage transaction-specific versions of a state.