stm 0.2.1

Implementation of Software transactional memory. Allows composable atomic operations.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
make a pool allocator that speeds up the creation and destruction of vars

tests

more test

documentation

get rid of semaphore dependencies and make it run on stable

further:

make a library that provides STM wrappers over channels and IO to make it more useful

debugging utilities