Skip to content

Commit 367745d

Browse files
committed
Bump patch version.
1 parent a4c54b0 commit 367745d

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

lib/async/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
# Copyright, 2017-2024, by Samuel Williams.
55

66
module Async
7-
VERSION = "2.21.0"
7+
VERSION = "2.21.1"
88
end

readme.md

+4
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ Please see the [project documentation](https://socketry.github.io/async/) for mo
3535

3636
Please see the [project releases](https://socketry.github.io/async/releases/index) for all releases.
3737

38+
### v2.21.1
39+
40+
- [Worker Pool](https://socketry.github.io/async/releases/index#worker-pool)
41+
3842
### v2.20.0
3943

4044
- [Traces and Metrics Providers](https://socketry.github.io/async/releases/index#traces-and-metrics-providers)

releases.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@ Ruby 3.4 will feature a new fiber scheduler hook, `blocking_operation_wait` whic
88

99
The Async scheduler optionally supports this feature using a worker pool, by using the following environment variable:
1010

11-
```
12-
ASYNC_SCHEDULER_DEFAULT_WORKER_POOL=true
13-
```
11+
ASYNC_SCHEDULER_DEFAULT_WORKER_POOL=true
1412

1513
This will cause the scheduler to use a worker pool for general blocking operations, rather than blocking the event loop.
1614

0 commit comments

Comments
 (0)