mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 04:24:23 +00:00
[DOC] Move Therad#join under Thread in NEWS-3.0.0.md
This commit is contained in:
parent
df7d9812cc
commit
40d07f268e
@ -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]]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user