summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-06-20 12:51:38 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-06-20 12:51:38 +0000
commit2b5a801c1bdb531121d9ef6c8e053cd345f32bd9 (patch)
treefe2a58696382072ca6fc9a2dedd017f8c4254c3c
parent248e076e5eb83514695dca558e8d1018f23fd3bf (diff)
ConditionVariable and Queue is not standard library.
They are located under the Thread class. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63705 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--doc/standard_library.rdoc2
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/standard_library.rdoc b/doc/standard_library.rdoc
index 493bca9d33..839aa7ef2f 100644
--- a/doc/standard_library.rdoc
+++ b/doc/standard_library.rdoc
@@ -12,7 +12,6 @@ Abbrev:: Calculates a set of unique abbreviations for a given set of strings
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 printing algorithm for readable structure
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