mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Added entry open_timeout
feature of Socket.tcp
to NEWS.md
This commit is contained in:
parent
cf3acead9d
commit
8bba087ae5
1 changed files with 6 additions and 0 deletions
6
NEWS.md
6
NEWS.md
|
@ -47,6 +47,11 @@ Note: We're only listing outstanding class updates.
|
|||
* `IO.select` accepts +Float::INFINITY+ as a timeout argument.
|
||||
[[Feature #20610]]
|
||||
|
||||
* Socket
|
||||
|
||||
* `Socket.tcp` accepts `open_timeout` as a keyword argument to specify
|
||||
the timeout for the initial connection. [[Feature #21347]]
|
||||
|
||||
* Ractor
|
||||
|
||||
* `Ractor::Port` class was added for a new synchronization mechanism
|
||||
|
@ -227,3 +232,4 @@ The following bundled gems are updated.
|
|||
[Feature #21258]: https://bugs.ruby-lang.org/issues/21258
|
||||
[Feature #21262]: https://bugs.ruby-lang.org/issues/21262
|
||||
[Feature #21287]: https://bugs.ruby-lang.org/issues/21287
|
||||
[Feature #21347]: https://bugs.ruby-lang.org/issues/21347
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue