Hoogle Search
Within LTS Haskell 24.6 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
every Control.Concurrent.Async.Every No documentation available.
EveryExceptionReset :: Maybe Int -> EveryExceptionevery Control.Concurrent.Async.Every No documentation available.
-
transformers-either Control.Monad.Trans.Either Acquire a resource in EitherT and then perform an action with it, cleaning up afterwards regardless of left or exception. Like bracketEitherT, but the cleanup is called even when the bracketed function throws an exception. Exceptions in the bracketed function are caught to allow the cleanup to run and then rethrown.