Hoogle Search
Within LTS Haskell 24.33 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
readTMChan :: TMChan a -> STM (Maybe a)classy-prelude-yesod ClassyPrelude.Yesod Read the next value from the TMChan, retrying if the channel is empty (and not closed). We return Nothing immediately if the channel is closed and empty.
readTMQueue :: TMQueue a -> STM (Maybe a)classy-prelude-yesod ClassyPrelude.Yesod Read the next value from the TMQueue, retrying if the queue is empty (and not closed). We return Nothing immediately if the queue is closed and empty.
-
classy-prelude-yesod ClassyPrelude.Yesod This is a combination of takeTMVar and putTMVar; ie. it takes the value from the TMVar, puts it back, and also returns it.
readTQueue :: TQueue a -> STM aclassy-prelude-yesod ClassyPrelude.Yesod Read the next value from the TQueue.
-
classy-prelude-yesod ClassyPrelude.Yesod Return the current value stored in a TVar.
readTVarIO :: MonadIO m => TVar a -> m aclassy-prelude-yesod ClassyPrelude.Yesod Lifted version of readTVarIO
-
classy-prelude-yesod ClassyPrelude.Yesod Wrap the base monad in ReaderT Since 1.0.11
-
clay Clay No documentation available.
-
clay Clay.Attributes No documentation available.
-
clay Clay.Dynamic Selection mode.