simonmar 2005/11/30 04:24:18 PST
Modified files:
libraries/base/GHC Conc.lhs
Log:
Add
registerDelay :: Int -> IO (TVar Bool)
for implementing delays and timeouts in STM. The delay is implemented
in the same way as threadDelay. Currently doesn't work on Windows or
without -threaded (I do intend to make it work on Windows, though).
Revision Changes Path
1.47 +36 -9 fptools/libraries/base/GHC/Conc.lhs
_______________________________________________
Cvs-libraries mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-libraries