Hoogle Search
Within LTS Haskell 24.55 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
catchSTM :: Exception e => STM a -> (e -> STM a) -> STM astm Control.Monad.STM No documentation available.
throwSTM :: Exception e => e -> STM astm Control.Monad.STM No documentation available.
-
http-types Network.HTTP.Types -
http-types Network.HTTP.Types.Header -
ghc-prim GHC.PrimopWrappers No documentation available.
pollSTM :: Async a -> STM (Maybe (Either SomeException a))async Control.Concurrent.Async A version of poll that can be used inside an STM transaction.
waitAnyCatchSTM :: [Async a] -> STM (Async a, Either SomeException a)async Control.Concurrent.Async A version of waitAnyCatch that can be used inside an STM transaction.
waitAnySTM :: [Async a] -> STM (Async a, a)async Control.Concurrent.Async A version of waitAny that can be used inside an STM transaction.
waitBothSTM :: Async a -> Async b -> STM (a, b)async Control.Concurrent.Async A version of waitBoth that can be used inside an STM transaction.
waitCatchSTM :: Async a -> STM (Either SomeException a)async Control.Concurrent.Async A version of waitCatch that can be used inside an STM transaction.