Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
- suspendTimeouts :: IO a -> IO a
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.