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.

  1. 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.

  2. 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.

  3. waitAny :: (MonadBase IO m, Forall (Pure m)) => [Async a] -> m (Async a, a)

    lifted-async Control.Concurrent.Async.Lifted.Safe

    Generalized version of waitAny.

  4. waitAnyCancel :: (MonadBase IO m, Forall (Pure m)) => [Async a] -> m (Async a, a)

    lifted-async Control.Concurrent.Async.Lifted.Safe

    Generalized version of waitAnyCancel.

  5. waitAnyCatch :: (MonadBase IO m, Forall (Pure m)) => [Async a] -> m (Async a, Either SomeException a)

    lifted-async Control.Concurrent.Async.Lifted.Safe

    Generalized version of waitAnyCatch.

  6. waitAnyCatchCancel :: (MonadBase IO m, Forall (Pure m)) => [Async a] -> m (Async a, Either SomeException a)

    lifted-async Control.Concurrent.Async.Lifted.Safe

    Generalized version of waitAnyCatchCancel.

  7. 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.

  8. 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.

  9. sany :: Stream r ix e => (e -> Bool) -> Array r ix e -> Bool

    massiv Data.Massiv.Vector

    Examples

  10. _schemaAnyOf :: Schema -> Maybe [Referenced Schema]

    openapi3 Data.OpenApi

    No documentation available.

Page 142 of many | Previous | Next