* NEWS: Add Thread#pending_interrupt? and Thread.handle_interrupt

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39397 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
marcandre 2013-02-22 23:16:10 +00:00
Родитель bc11b883a0
Коммит e0003e074f
1 изменённых файлов: 3 добавлений и 1 удалений

4
NEWS
Просмотреть файл

@ -183,6 +183,8 @@ with all sufficient information, see the ChangeLog file.
variable keys.
* added Thread#thread_variable? for testing to see if a particular thread
variable has been set.
* added Thread#pending_interrupt? and Thread.handle_interrupt for
asynchronous handling of exceptions
* added Thread#backtrace_locations which returns similar information of
Kernel#caller_locations.
* incompatible changes:
@ -464,7 +466,7 @@ with all sufficient information, see the ChangeLog file.
* Bignum
* Float
Fixnums, Bignums and Floats are frozen
Fixnums, Bignums and Floats are frozen.
* Signal.trap