[前][次][番号順一覧][スレッド一覧]

ruby-changes:27345

From: marcandre <ko1@a...>
Date: Sat, 23 Feb 2013 08:19:03 +0900 (JST)
Subject: [ruby-changes:27345] marcandRe: r39397 (trunk): * NEWS: Add Thread#pending_interrupt? and Thread.handle_interrupt

marcandre	2013-02-23 08:16:10 +0900 (Sat, 23 Feb 2013)

  New Revision: 39397

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=39397

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

  Modified files:
    trunk/NEWS

Index: NEWS
===================================================================
--- NEWS	(revision 39396)
+++ NEWS	(revision 39397)
@@ -183,6 +183,8 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L183
         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 https://github.com/ruby/ruby/blob/trunk/NEWS#L466
   * Bignum
   * Float
 
-    Fixnums, Bignums and Floats are frozen
+    Fixnums, Bignums and Floats are frozen.
 
   * Signal.trap
 

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]