Safe Haskell | None |
---|---|
Language | Haskell2010 |
This module is a shim, providing the control-timeout api using control-event to run the show. See the control-timeout package for documentation. If you do not need compatability with the control-timeout api then do not use this module!
Documentation
addTimeout :: Float -> IO () -> IO TimeoutTag Source #
addTimeoutAtomic :: Float -> IO (IO () -> IO (STM TimeoutTag)) Source #
cancelTimeout :: TimeoutTag -> STM Bool Source #
data TimeoutTag Source #