rebellion
rebellion copied to clipboard
Concurrency libraries
I think Rebellion ought to provide some basic concurrency building blocks. Possible ideas:
- Atomics (like
box-cas!
but more) - Reentrant locks
- Reader-writer locks
...and other stuff needed to implement thread-safe mutable data structures.