| Portability | non-portable |
|---|---|
| Stability | experimental |
| Maintainer | libraries@haskell.org |
| Safe Haskell | Safe-Infered |
System.Timeout.Lifted
Description
Attach a timeout event to monadic computations
which are instances of MonadBaseControl.
- timeout :: MonadBaseControl IO m => Int -> m α -> m (Maybe α)