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

ruby-changes:40613

From: ko1 <ko1@a...>
Date: Sat, 21 Nov 2015 09:47:00 +0900 (JST)
Subject: [ruby-changes:40613] ko1:r52692 (trunk): add to NEWS about Queue#close

ko1	2015-11-21 09:46:53 +0900 (Sat, 21 Nov 2015)

  New Revision: 52692

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

  Log:
    add to NEWS about Queue#close

  Modified files:
    trunk/NEWS
Index: NEWS
===================================================================
--- NEWS	(revision 52691)
+++ NEWS	(revision 52692)
@@ -95,6 +95,10 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L95
     Backtrace doesn't show each method (show block lines directly).
     TracePoint also ignores these calls. [Feature #11569]
 
+* Queue (Thread::Queue)
+
+  * Queue#close is added to notice a termination. [Feature #10600]
+
 * Regexp/String: Updated Unicode version from 7.0.0 to 8.0.0
 
 * Struct

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

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