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
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,10 @@ 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.32.0
39
+
40
+
- Introduce `Queue#waiting_count` and `PriorityQueue#waiting_count`. Generally for statistics/testing purposes only.
41
+
38
42
### v2.31.0
39
43
40
44
- Introduce `Async::Deadline` for precise timeout management in compound operations.
@@ -80,11 +84,6 @@ This release introduces thread-safety as a core concept of Async. Many core clas
80
84
81
85
- Updated documentation and agent context.
82
86
83
-
### v2.27.0
84
-
85
-
-`Async::Task#stop` supports an optional `cause:` argument (that defaults to `$!`), which allows you to specify the cause (exception) for stopping the task.
0 commit comments