We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea17731 commit 6566df3Copy full SHA for 6566df3
releases.md
@@ -3,6 +3,7 @@
3
## Unreleased
4
5
- Thread-safe `Async::Condition` and `Async::Notification`, implemented using `Thread::Queue`.
6
+ - Thread-safe `Async::Queue` and `Async::LimitedQueue`, implemented using `Thread::Queue` and `Thread::LimitedQueue` respectively.
7
8
### Introduce `Async::PriorityQueue`.
9
0 commit comments