You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: releases.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,12 @@
1
1
# Releases
2
2
3
+
## Unreleased
4
+
5
+
- Add timeout support to `Async::Queue#dequeue` and `Async::Queue#pop` methods.
6
+
- Add timeout support to `Async::PriorityQueue#dequeue` and `Async::PriorityQueue#pop` methods.
7
+
- Add `closed?` method to `Async::PriorityQueue` for full queue interface compatibility.
8
+
- Support non-blocking operations using `timeout: 0` parameter.
9
+
3
10
## v2.29.0
4
11
5
12
This release introduces thread-safety as a core concept of Async. Many core classes now have thread-safe guarantees, allowing them to be used safely across multiple threads.
0 commit comments