diff options
author | Kazuhiro NISHIYAMA <zn@mbf.nifty.com> | 2025-07-17 14:35:01 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <nobu.nakada@gmail.com> | 2025-08-13 11:45:18 +0900 |
commit | 40d07f268e63aa2cdbaf3b31b227cecc5ba7e9e0 (patch) | |
tree | 1ccb83a2fa56120b6870175028a181cb85297f84 | |
parent | df7d9812cc504f3361792f3dd4843d1ffa3c5ead (diff) |
-rw-r--r-- | doc/NEWS/NEWS-3.0.0.md | 4 |
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]] |