1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

NEWS: make links to other document files [ci skip]

This commit is contained in:
Nobuyoshi Nakada 2020-12-14 21:30:16 +09:00
parent a5fd651575
commit 78fad67ce6
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

View file

@ -266,7 +266,7 @@ Outstanding ones only.
* Ractor
* New class added to enable parallel execution. See doc/ractor.md for
* New class added to enable parallel execution. See rdoc-ref:ractor.md for
more details.
* Random
@ -331,7 +331,7 @@ Outstanding ones only.
* Introduce Fiber.set_scheduler for intercepting blocking operations and
Fiber.scheduler for accessing the current scheduler. See
doc/scheduler.md for more details. [[Feature #16786]]
rdoc-ref:scheduler.md for more details. [[Feature #16786]]
* Fiber.blocking? tells whether the current execution context is
blocking. [[Feature #16786]]