From: Adam Bender Date: 2008-03-26T07:37:32+09:00 Subject: Re: thread.rb On Tue, Mar 25, 2008 at 6:31 PM, Adam Bender wrote: > On Tue, Mar 25, 2008 at 2:01 PM, MenTaLguY wrote: > > I do agree that the following thread.rb operations need to directly > > support timeouts, though: > > > > ConditionVariable#wait > > ConditionVariable#wait appears to support timeouts > (http://www.ruby-doc.org/stdlib/libdoc/monitor/rdoc/classes/MonitorMixin/ConditionVariable.html#M001018). > Do they not work as expected? My apologies, I didn't read your previous replies thoroughly enough. Anyways, I'm not worried about 1.9 portability just yet, I just need something that works in 1.8.6. Thanks again, Adam