xstm 0.1.0

A Rust-implemented Software Transactional Memory (STM) library using TL2 (Transactional Locking II) algorithm
Documentation
1
2
3
4
5
6

// pub trait TransactionExt : Transaction {
//     fn or_else(self, other: )
// }

// impl<T: Transaction> TransactionExt for T {}