mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
[DOC] Move Therad#join under Thread in NEWS-3.0.0.md
This commit is contained in:
parent
df7d9812cc
commit
40d07f268e
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue