| Safe Haskell | Safe |
|---|---|
| Language | Haskell2010 |
Control.Concurrent.Async.Either
Documentation
runAsyncForE :: MonadIO m => IO a -> m (Either SomeException a) Source #
runAsyncToE :: MonadIO m => IO a -> (SomeException -> b) -> m (Either b a) Source #
async-io-either-0.1.0.1: Could be useful
| Safe Haskell | Safe |
|---|---|
| Language | Haskell2010 |
Control.Concurrent.Async.Either
runAsyncForE :: MonadIO m => IO a -> m (Either SomeException a) Source #
runAsyncToE :: MonadIO m => IO a -> (SomeException -> b) -> m (Either b a) Source #