Hoogle Search
Within LTS Haskell 24.38 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
cache Data.Cache.Internal Get the current time in the STM monad using unsafeIOToSTM.
requestMethod :: MonadCGI m => m Stringcgi Network.CGI The method with which the request was made. For HTTP, this is "GET", "HEAD", "POST", etc.
-
concurrency Control.Concurrent.Classy.Async A version of poll that can be used inside a MonadSTM transaction.
-
concurrency Control.Concurrent.Classy.Async A version of waitAnyCatch that can be used inside a MonadSTM transaction.
waitAnySTM :: forall (m :: Type -> Type) a . MonadConc m => [Async m a] -> STM m (Async m a, a)concurrency Control.Concurrent.Classy.Async A version of waitAny that can be used inside a MonadSTM transaction.
-
concurrency Control.Concurrent.Classy.Async A version of waitBoth that can be used inside a MonadSTM transaction.
-
concurrency Control.Concurrent.Classy.Async A version of waitCatch that can be used inside a MonadSTM transaction.
-
concurrency Control.Concurrent.Classy.Async A version of waitEitherCatch that can be used inside a MonadSTM transaction.
-
concurrency Control.Concurrent.Classy.Async A version of waitEither that can be used inside a MonadSTM transaction.
waitEitherSTM_ :: forall (m :: Type -> Type) a b . MonadConc m => Async m a -> Async m b -> STM m ()concurrency Control.Concurrent.Classy.Async A version of waitEither_ that can be used inside a MonadSTM transaction.