From: Bill Kelly Date: 2004-10-29T14:29:09+09:00 Subject: Re: Thread::list and GC From: "Ara.T.Howard" > > are there any issues with iterating Thread::list - since this list is > obviously changing all the time in this code (new Threads started) Maybe, while th = Thread::list.find {|t| t != Thread.current} begin th.join rescue => e warn{ e } end end ? Regards, Bill