From: Alex Young Date: 2012-02-02T18:56:38+09:00 Subject: [ruby-core:42322] Re: [ruby-trunk - Feature #5958][Rejected] ThreadGroup#join On 01/02/12 20:33, Motohiro KOSAKI wrote: > > Issue #5958 has been updated by Motohiro KOSAKI. > > Status changed from Open to Rejected > > You didn't explained any usecases. So, It'd cause automatically reject. I can't off the top of my head think of a script where I've done: threads = things.map { |thing| Thread.new{ process(thing) } } where I haven't followed it with: threads.each { |thread| thread.join } It's always confused me that ThreadGroup doesn't have a #join method, to the extent that without it I don't know what a ThreadGroup is supposed to be for. I've certainly never used one. -- Alex