breakpoint-0.1.1.0: Set breakpoints using a GHC plugin
Safe HaskellSafe-Inferred
LanguageHaskell2010

Debug.Breakpoint.TimerManager

Synopsis

Documentation

modifyTimeouts :: (Word64 -> Word64) -> IO () Source #

Modify the times in nanoseconds at which all currently registered timeouts will expire.

suspendTimeouts :: IO a -> IO a Source #

has the effect of suspending timeouts while an action is occurring. This is only used for GHC >= 9.2 because the semantics are too strange without the ability to freeze the runtime.