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

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