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