From: Robert Larsen Date: 2009-09-10T20:15:08+09:00 Subject: Re: Timer implementation Robert Larsen wrote: > @condition.wait(@mutex, now_in_milliseconds) while @timer_list.empty? Whoops, the above should of course be: @condition.wait(@mutex, milliseconds_to_sleep)