Stub for concurrency lib

This commit is contained in:
Justin Ethier 2019-06-10 13:18:58 -04:00
parent a8ae81b78f
commit 369c8f8506

View file

@ -2,6 +2,10 @@
## 0.11.2 - TBD
Features
- TODO: new library for atomics
Bug Fixes
- Fixed `thread-join!` to wait properly both for running threads and new threads that have not yet been started.