From: keiju@... (keiju ISHITSUKA) Date: 2010-04-29T18:22:06+09:00 Subject: [ruby-core:29877] Re: [Bug #3216] #join in thwait.rb only waits for first thread Hi. Roger, In [ruby-core:29863] the message: "[ruby-core:29863] [Bug #3216] #join in thwait.rb only waits for first thread", on Apr/29 03:47(JST) Roger Pack writes: >Bug #3216: #join in thwait.rb only waits for first thread >http://redmine.ruby-lang.org/issues/show/3216 >Author: Roger Pack >Status: Open, Priority: Normal >Thwait#join's rdoc says it will "wait for all threads" but currently >it only waits for the first. This is rdoc's bug. # Waits for specified threads to terminate, and returns when any # thread terminated. right rdoc is: # Waits for specified threads to terminate, and returns when one of # the threads terminated. -- keiju