Module txn_core::future

source ·
Expand description

Traits for asynchronous.

Structs§

  • A marker used to mark the keys that are read.

Traits§

  • The conflict manager that can be used to manage the conflicts in a transaction.
  • An optimized version of the AsyncCm trait that if your conflict manager is depend on the order.
  • An optimized version of the AsyncCm 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 AsyncPwm trait that if your pending writes manager is depend on the order.
  • An optimized version of the AsyncPwm trait that if your pending writes manager is depend on hash.

Type Aliases§