Hoogle Search
Within LTS Haskell 24.40 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
waitAnyCatchSTM :: [Async a] -> STM (Async a, Either SomeException a)lifted-async Control.Concurrent.Async.Lifted A version of waitAnyCatch that can be used inside an STM transaction.
waitAnySTM :: [Async a] -> STM (Async a, a)lifted-async Control.Concurrent.Async.Lifted A version of waitAny that can be used inside an STM transaction.
waitAny :: (MonadBase IO m, Forall (Pure m)) => [Async a] -> m (Async a, a)lifted-async Control.Concurrent.Async.Lifted.Safe Generalized version of waitAny.
waitAnyCancel :: (MonadBase IO m, Forall (Pure m)) => [Async a] -> m (Async a, a)lifted-async Control.Concurrent.Async.Lifted.Safe Generalized version of waitAnyCancel.
-
lifted-async Control.Concurrent.Async.Lifted.Safe Generalized version of waitAnyCatch.
-
lifted-async Control.Concurrent.Async.Lifted.Safe Generalized version of waitAnyCatchCancel.
waitAnyCatchSTM :: [Async a] -> STM (Async a, Either SomeException a)lifted-async Control.Concurrent.Async.Lifted.Safe A version of waitAnyCatch that can be used inside an STM transaction.
waitAnySTM :: [Async a] -> STM (Async a, a)lifted-async Control.Concurrent.Async.Lifted.Safe A version of waitAny that can be used inside an STM transaction.
sany :: Stream r ix e => (e -> Bool) -> Array r ix e -> Boolmassiv Data.Massiv.Vector Examples
_schemaAnyOf :: Schema -> Maybe [Referenced Schema]openapi3 Data.OpenApi No documentation available.