Crate async_mwmr

source ·
Expand description

A generic optimistic transaction manger, which is ACID, concurrent with SSI (Serializable Snapshot Isolation).

For sync version, please see mwmr

For tokio version, please see tokio-mwmr

Modules§

  • Error types for the [mwmr] crate.

Structs§

Enums§

Traits§

  • An abstraction of database which can be managed by the [TransactionDB].
  • A pending writes manager that can be used to store pending writes in a transaction.

Type Aliases§