async-io-either-0.1.0.1: Could be useful

Safe HaskellSafe
LanguageHaskell2010

Control.Concurrent.Async.Either

Documentation

runAsyncToE :: MonadIO m => IO a -> (SomeException -> b) -> m (Either b a) Source #