Module txn_core::sync

source ·
Expand description

Traits for synchronization.

Structs§

Traits§

  • The conflict manager that can be used to manage the conflicts in a transaction.
  • An optimized version of the Cm trait that if your conflict manager is depend on the order.
  • An optimized version of the Cm trait that if your conflict manager is depend on hash.
  • A pending writes manager that can be used to store pending writes in a transaction.
  • An optimized version of the Pwm trait that if your pending writes manager is depend on the order.
  • An trait that can be used to get a range over the pending writes.
  • An optimized version of the Pwm trait that if your pending writes manager is depend on hash.
  • An trait that can be used to get a range over the pending writes.
  • An trait that can be used to get a range over the pending writes.

Type Aliases§