base-4.21.1.0: Core data structures and operations
Safe HaskellNone
LanguageHaskell2010

GHC.Event.Windows.Thread

Synopsis

Documentation

threadDelay :: Int -> IO () Source #

Be careful not to exceed maxBound :: Int, which on 32-bit machines is only 2147483647 μs, less than 36 minutes.

registerDelay :: Int -> IO (TVar Bool) Source #

Be careful not to exceed maxBound :: Int, which on 32-bit machines is only 2147483647 μs, less than 36 minutes.