Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. waitAnyCancel :: MonadBaseControl IO m => [Async (StM m a)] -> m (Async (StM m a), a)

    lifted-async Control.Concurrent.Async.Lifted

    Generalized version of waitAnyCancel.

  2. waitAnyCatch :: MonadBaseControl IO m => [Async (StM m a)] -> m (Async (StM m a), Either SomeException a)

    lifted-async Control.Concurrent.Async.Lifted

    Generalized version of waitAnyCatch.

  3. waitAnyCatchCancel :: MonadBaseControl IO m => [Async (StM m a)] -> m (Async (StM m a), Either SomeException a)

    lifted-async Control.Concurrent.Async.Lifted

    Generalized version of waitAnyCatchCancel.

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

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

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

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

    Generalized version of waitAny.

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

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

    Generalized version of waitAnyCancel.

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

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

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

Page 143 of many | Previous | Next