[][src]Module swym::tx

Functionality for working with transactions.

Structs

Error

Error type indicating that the transaction has failed.

SetError

Error type indicating that the transaction has failed to set a value.

Enums

Ordering

Transactional memory orderings.

Traits

Borrow

Auto trait for types lacking direct interior mutability.

RW

Trait for types that represent transactions with the ability to read and write.

Read

Trait for types that represent transactions with the ability to read.

Write

Trait for types that represent transactions with the ability to write.