diff options
| author | Samuel Williams <samuel.williams@oriontransfer.co.nz> | 2022-10-15 19:59:04 +1300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-15 19:59:04 +1300 |
| commit | 8a420670a29a7c78c7201f678eb26528621bf39f (patch) | |
| tree | 817a970087e36934979a4c9d4747f310b6224e42 /NEWS.md | |
| parent | 1acc1a5c6d5d01b2822d7aa4356208095481724b (diff) | |
Introduce `Fiber::Scheduler#io_select` hook for non-blocking `IO.select`. (#6559)
Notes
Notes:
Merged-By: ioquatix <samuel@codeotaku.com>
Diffstat (limited to 'NEWS.md')
| -rw-r--r-- | NEWS.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -102,6 +102,9 @@ Note that each entry is kept to a minimum, see links for details. Note: We're only listing outstanding class updates. +* Fiber::Scheduler + * Introduce `Fiber::Scheduler#io_select` for non-blocking `IO.select`. [[Feature #19060]] + * IO * Introduce `IO#timeout=` and `IO#timeout` which can cause `IO::TimeoutError` to be raised if a blocking operation exceeds the @@ -354,3 +357,4 @@ The following deprecated APIs are removed. [Feature #16122]: https://bugs.ruby-lang.org/issues/16122 [Feature #18630]: https://bugs.ruby-lang.org/issues/18630 [Feature #18589]: https://bugs.ruby-lang.org/issues/18589 +[Feature #19060]: https://bugs.ruby-lang.org/issues/19060 |
