summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKazuhiro NISHIYAMA <zn@mbf.nifty.com>2025-07-17 14:35:01 +0900
committerNobuyoshi Nakada <nobu.nakada@gmail.com>2025-08-13 11:45:18 +0900
commit40d07f268e63aa2cdbaf3b31b227cecc5ba7e9e0 (patch)
tree1ccb83a2fa56120b6870175028a181cb85297f84
parentdf7d9812cc504f3361792f3dd4843d1ffa3c5ead (diff)
[DOC] Move Therad#join under Thread in NEWS-3.0.0.mdHEADmaster
-rw-r--r--doc/NEWS/NEWS-3.0.0.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/NEWS/NEWS-3.0.0.md b/doc/NEWS/NEWS-3.0.0.md
index 004fa4bf67..9fbaf504b4 100644
--- a/doc/NEWS/NEWS-3.0.0.md
+++ b/doc/NEWS/NEWS-3.0.0.md
@@ -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]]