1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
* Add Thread#native_thread_id [Feature #17853]
This commit is contained in:
NARUSE, Yui 2021-05-26 15:18:16 +09:00
parent 46655156dc
commit 9ddc767434

View file

@ -101,6 +101,10 @@ Outstanding ones only.
* Queue#initialize now accepts an Enumerable of initial values.
[[Feature #17327]]
* Thread
* Thread#native_thread_id is added. [[Feature #17853]]
* Thread::Backtrace
* Thread::Backtrace.limit, which returns the value to limit backtrace