
15 Oct
2009
15 Oct
'09
3:49 a.m.
On Thu, Oct 15, 2009 at 12:20 AM, aditya siram
Look here: http://haskell.org/ghc/docs/latest/html/libraries/base/Control-Concurrent.ht...
Here is a sample function that delays for 3 seconds and then dies: main :: IO () main = do threadDelay 30000 return ()
Sorry, but I can't help myself... the above is equivalent to main :: IO () main = threadDelay 3000 /M -- Magnus Therning (OpenPGP: 0xAB4DFBA4) magnus@therning.org Jabber: magnus@therning.org http://therning.org/magnus identi.ca|twitter: magthe