Skip to content

Commit

Permalink
Bump patch version.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Nov 27, 2024
1 parent a4c54b0 commit 367745d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/async/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
# Copyright, 2017-2024, by Samuel Williams.

module Async
VERSION = "2.21.0"
VERSION = "2.21.1"
end
4 changes: 4 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ Please see the [project documentation](https://socketry.github.io/async/) for mo

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

### v2.21.1

- [Worker Pool](https://socketry.github.io/async/releases/index#worker-pool)

### v2.20.0

- [Traces and Metrics Providers](https://socketry.github.io/async/releases/index#traces-and-metrics-providers)
Expand Down
4 changes: 1 addition & 3 deletions releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ Ruby 3.4 will feature a new fiber scheduler hook, `blocking_operation_wait` whic

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

```
ASYNC_SCHEDULER_DEFAULT_WORKER_POOL=true
```
ASYNC_SCHEDULER_DEFAULT_WORKER_POOL=true

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

Expand Down

0 comments on commit 367745d

Please sign in to comment.