mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-25 13:05:05 +02:00
Stub for concurrency lib
This commit is contained in:
parent
a8ae81b78f
commit
369c8f8506
1 changed files with 4 additions and 0 deletions
|
@ -2,6 +2,10 @@
|
||||||
|
|
||||||
## 0.11.2 - TBD
|
## 0.11.2 - TBD
|
||||||
|
|
||||||
|
Features
|
||||||
|
|
||||||
|
- TODO: new library for atomics
|
||||||
|
|
||||||
Bug Fixes
|
Bug Fixes
|
||||||
|
|
||||||
- Fixed `thread-join!` to wait properly both for running threads and new threads that have not yet been started.
|
- Fixed `thread-join!` to wait properly both for running threads and new threads that have not yet been started.
|
||||||
|
|
Loading…
Add table
Reference in a new issue