Hoogle Search
Within LTS Haskell 24.4 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
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.
waitBothSTM :: Async a -> Async b -> STM (a, b)lifted-async Control.Concurrent.Async.Lifted A version of waitBoth that can be used inside an STM transaction.
waitCatchSTM :: Async a -> STM (Either SomeException a)lifted-async Control.Concurrent.Async.Lifted A version of waitCatch that can be used inside an STM transaction.
-
lifted-async Control.Concurrent.Async.Lifted A version of waitEitherCatch that can be used inside an STM transaction.
waitEitherSTM :: Async a -> Async b -> STM (Either a b)lifted-async Control.Concurrent.Async.Lifted A version of waitEither that can be used inside an STM transaction.
waitEitherSTM_ :: Async a -> Async b -> STM ()lifted-async Control.Concurrent.Async.Lifted A version of waitEither_ that can be used inside an STM transaction.
-
lifted-async Control.Concurrent.Async.Lifted A version of wait that can be used inside an STM transaction.
pollSTM :: Async a -> STM (Maybe (Either SomeException a))lifted-async Control.Concurrent.Async.Lifted.Safe A version of poll that can be used inside an STM transaction.
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.