From: "Vishnu I." Date: 2011-01-06T18:28:31+09:00 Subject: Re: Threading in ruby > The solution without queue would involve a ConditionVariable. This is > more appropriate than using sleep: > > https://gist.github.com/764540#file_sc2.rb ah I see. So does each wait get the corresponding signal? so if I have 10 signals queued up, the next 10 waits can operate instantly? -- Posted via http://www.ruby-forum.com/.