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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
1
# Releases
2
2
3
-
## Unreleased
3
+
## v1.11.0
4
4
5
5
### Introduce `IO::Event::WorkerPool` for off-loading blocking operations.
6
6
7
7
The {ruby IO::Event::WorkerPool} provides a mechanism for executing blocking operations on separate OS threads while properly integrating with Ruby's fiber scheduler and GVL (Global VM Lock) management. This enables true parallelism for CPU-intensive or blocking operations that would otherwise block the event loop.
8
8
9
-
```ruby
9
+
```ruby
10
10
# Fiber scheduler integration via blocking_operation_wait hook
0 commit comments