Hoogle Search
Within LTS Haskell 24.3 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
waitEitherSTM_ :: Async a -> Async b -> STM ()async Control.Concurrent.Async.Internal A version of waitEither_ that can be used inside an STM transaction.
-
async Control.Concurrent.Async.Internal A version of wait that can be used inside an STM transaction.
-
doctest Test.DocTest.Internal.Run No documentation available.
hoistMaybe :: MonadPlus m => Maybe a -> m aoptparse-applicative Options.Applicative.Internal No documentation available.
requestMethod :: Request -> Methodwai Network.Wai Request method such as GET.
requestMethod :: Request -> Methodwai Network.Wai.Internal Request method such as GET.
getModifiedRequestManager :: Manager -> Request -> IO (Manager, Request)http-client Network.HTTP.Client.Internal The used Manager can be overridden (by requestManagerOverride) and the used Request can be modified (through managerModifyRequest). This function allows to retrieve the possibly overridden Manager and the possibly modified Request. (In case the Manager is overridden by requestManagerOverride, the Request is being modified by managerModifyRequest of the new Manager, not the old one.)
requestManagerOverride :: Request -> Maybe Managerhttp-client Network.HTTP.Client.Internal A Manager value that should override whatever Manager value was passed in to the HTTP request function manually. This is useful when dealing with implicit global managers, such as in Network.HTTP.Simple
pollSTM :: Async a -> STM (Maybe (Either SomeException a))unliftio UnliftIO.Async A version of poll that can be used inside an STM transaction.
waitAnyCatchSTM :: [Async a] -> STM (Async a, Either SomeException a)unliftio UnliftIO.Async A version of waitAnyCatch that can be used inside an STM transaction.