ghc-internal-9.1400.0: Basic libraries
Safe HaskellNone
LanguageHaskell2010

GHC.Internal.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.