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

Debug.Breakpoint.TimerManager

Synopsis

Documentation

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.