ghc-internal-9.1002.0: Basic libraries
Safe HaskellNone
LanguageHaskell2010

GHC.Internal.Event.Windows.Clock

Synopsis

Documentation

data Clock Source #

Monotonic clock

getTime :: Clock -> IO Seconds Source #

Get the current time, in seconds since some fixed time in the past.

getClock :: IO Clock Source #

Figure out what time API to use, and return a Clock for accessing it.

Specific implementations