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: readme.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,13 @@ Please see the [project documentation](https://socketry.github.io/async/) for mo
35
35
36
36
Please see the [project releases](https://socketry.github.io/async/releases/index) for all releases.
37
37
38
+
### v2.30.0
39
+
40
+
- Add timeout support to `Async::Queue#dequeue` and `Async::Queue#pop` methods.
41
+
- Add timeout support to `Async::PriorityQueue#dequeue` and `Async::PriorityQueue#pop` methods.
42
+
- Add `closed?` method to `Async::PriorityQueue` for full queue interface compatibility.
43
+
- Support non-blocking operations using `timeout: 0` parameter.
44
+
38
45
### v2.29.0
39
46
40
47
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.
@@ -85,12 +92,6 @@ This release introduces thread-safety as a core concept of Async. Many core clas
- Added support for `io_select` hook in the fiber scheduler, allowing non-blocking `IO.select` operations. This enables better integration with code that uses `IO.select` for multiplexing IO operations.
91
-
-[Use `IO::Event::WorkerPool` for Blocking Operations](https://socketry.github.io/async/releases/index#use-io::event::workerpool-for-blocking-operations)
92
-
-[Better handling of `IO#close` using `fiber_interrupt`](https://socketry.github.io/async/releases/index#better-handling-of-io#close-using-fiber_interrupt)
0 commit comments