Module transaction::prelude [] [src]

Reexports

pub use super::Transaction;

Functions

err

make a error transaction value.

join_all

join a vec of transaction

lazy

lazy evaluated transaction value. Note that inner function can be called many times.

loop_fn
ok

make a successful transaction value.

repeat
result

Take a result and make a leaf transaction value.

retry
with_ctx

Receive the context from the executing transaction and perform computation.