mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* lib/thwait.rb (ThreadsWait#join): refined rdoc. [ruby-core:29863]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27542 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
33cf9431da
commit
e21741e254
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Thu Apr 29 12:33:42 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* lib/thwait.rb (ThreadsWait#join): refined rdoc. [ruby-core:29863]
|
||||
|
||||
Thu Apr 29 12:16:20 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* lib/test/unit/assertions.rb (Test::Unit::Assertions#assert): reject
|
||||
|
|
|
@ -74,7 +74,8 @@ class ThreadsWait
|
|||
end
|
||||
|
||||
#
|
||||
# Waits for specified threads to terminate.
|
||||
# Waits for specified threads to terminate, and returns when any
|
||||
# thread terminated.
|
||||
#
|
||||
def join(*threads)
|
||||
join_nowait(*threads)
|
||||
|
|
Loading…
Reference in a new issue