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)unliftio UnliftIO.Async A version of waitAny that can be used inside an STM transaction.
waitBothSTM :: Async a -> Async b -> STM (a, b)unliftio UnliftIO.Async A version of waitBoth that can be used inside an STM transaction.
waitCatchSTM :: Async a -> STM (Either SomeException a)unliftio UnliftIO.Async A version of waitCatch that can be used inside an STM transaction.
-
unliftio UnliftIO.Async A version of waitEitherCatch that can be used inside an STM transaction.
waitEitherSTM :: Async a -> Async b -> STM (Either a b)unliftio UnliftIO.Async A version of waitEither that can be used inside an STM transaction.
waitEitherSTM_ :: Async a -> Async b -> STM ()unliftio UnliftIO.Async A version of waitEither_ that can be used inside an STM transaction.
-
unliftio UnliftIO.Async A version of wait that can be used inside an STM transaction.
-
unliftio UnliftIO.STM Renamed check for unqualified export
-
unliftio UnliftIO.STM Renamed retry for unqualified export
-
warp Network.Wai.Handler.Warp.Internal The size for IndexedHeader for HTTP Request. From 0 to this corresponds to:
- "Content-Length"
- "Transfer-Encoding"
- "Expect"
- "Connection"
- "Range"
- "Host"
- "If-Modified-Since"
- "If-Unmodified-Since"
- "If-Range"
- "Referer"
- "User-Agent"
- "If-Match"
- "If-None-Match"