[Haskell-cafe] Re: Timers
Joel Reymont
joelr1 at gmail.com
Sat Dec 17 03:08:28 EST 2005
On Dec 15, 2005, at 9:51 PM, Bulat Ziganshin wrote:
> if half-second precision of performing events is appropriate for you,
> why don't use solution which holds all events for given second in one
> list? you can use array of such lists, or map of lists, or even
> ordered list of lists - it will contain only 60 elements at any time
I think the thread wakes up every 5 seconds. Do I have 0.5s in the code?
Thanks, Joel
--
http://wagerlabs.com/
More information about the Haskell-Cafe
mailing list