rebellion icon indicating copy to clipboard operation
rebellion copied to clipboard

Concurrency libraries

Open jackfirth opened this issue 5 years ago • 0 comments

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.

jackfirth avatar Jan 18 '20 08:01 jackfirth