Expand description
Provides traits and data structures to define a distributed transaction context.
This library is part of TinyChain: http://github.com/haydnv/tinychain
Modules§
Structs§
- TxnId
- The unique ID of a transaction, used for identity and ordering.
Constants§
Traits§
- Gateway
- A transactional remote procedure call client
- Into
View - Access a view which can be encoded with
en::IntoStream
. - Replicate
- Trait to define synchronization of a mutable state
- Transact
- Transaction lifecycle callbacks
- Transaction
- Common transaction context properties.