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

ruby-changes:51495

From: hsbt <ko1@a...>
Date: Wed, 20 Jun 2018 21:51:43 +0900 (JST)
Subject: [ruby-changes:51495] hsbt:r63705 (trunk): ConditionVariable and Queue is not standard library.

hsbt	2018-06-20 21:51:38 +0900 (Wed, 20 Jun 2018)

  New Revision: 63705

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

  Log:
    ConditionVariable and Queue is not standard library.
    
      They are located under the Thread class.

  Modified files:
    trunk/doc/standard_library.rdoc
Index: doc/standard_library.rdoc
===================================================================
--- doc/standard_library.rdoc	(revision 63704)
+++ doc/standard_library.rdoc	(revision 63705)
@@ -12,7 +12,6 @@ Abbrev:: Calculates a set of unique abbr https://github.com/ruby/ruby/blob/trunk/doc/standard_library.rdoc#L12
 Base64:: Support for encoding and decoding binary data using a Base64 representation
 Benchmark:: Provides methods to measure and report the time used to execute code
 CGI:: Support for the Common Gateway Interface protocol
-ConditionVariable:: Augments the Mutex class
 DEBUGGER__:: Debugging functionality for Ruby
 Delegator:: Provides three abilities to delegate method calls to an object
 DRb:: Distributed object system for Ruby
@@ -41,7 +40,6 @@ PrettyPrinter:: Implements a pretty prin https://github.com/ruby/ruby/blob/trunk/doc/standard_library.rdoc#L40
 profile.rb:: Runs the Ruby Profiler__
 Profiler__:: Provides a way to profile your Ruby application
 PStore:: Implements a file based persistence mechanism based on a Hash
-Queue:: Synchronized communication between threads
 Racc:: A LALR(1) parser generator written in Ruby.
 RbConfig:: Information of your configure and build of Ruby
 resolv-replace.rb:: Replace Socket DNS with Resolv

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

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