
27 Oct
2003
27 Oct
'03
6:01 p.m.
Hal Daume III wrote:
You can use the timeout function
http://www.haskell.org/pipermail/glasgow-haskell-users/2001-April/001816.htm...
and simply wait for the exception.
Hmmm, this will trade an OS dependency for a dependency on GHC, not really an attractive option...
or, if you require less precision, you could just loop and check the System.Time until a certain amount of time has elapsed. [...]
:-P * * * Cheers, S.