[DOC] Move Therad#join under Thread in NEWS-3.0.0.md
Some checks failed
Update default gems list / Update default gems list (push) Has been skipped
Misc / Miscellaneous checks (push) Failing after 1m4s

This commit is contained in:
Kazuhiro NISHIYAMA 2025-07-17 14:35:01 +09:00 committed by Nobuyoshi Nakada
parent df7d9812cc
commit 40d07f268e

View file

@ -367,11 +367,11 @@ Outstanding ones only.
* Fiber.blocking? tells whether the current execution context is
blocking. [[Feature #16786]]
* Thread
* Thread#join invokes the scheduler hooks `block`/`unblock` in a
non-blocking execution context. [[Feature #16786]]
* Thread
* Thread.ignore_deadlock accessor has been added for disabling the
default deadlock detection, allowing the use of signal handlers to
break deadlock. [[Bug #13768]]