Hoogle Search
Within LTS Haskell 24.1 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
base GHC.Conc Return the current value stored in a TVar. This is equivalent to
readTVarIO = atomically . readTVar
but works much faster, because it doesn't perform a complete transaction, it just reads the current value of the TVar. -
base GHC.Conc.Sync Return the current value stored in a TVar. This is equivalent to
readTVarIO = atomically . readTVar
but works much faster, because it doesn't perform a complete transaction, it just reads the current value of the TVar. -
stm Control.Concurrent.STM.TVar No documentation available.
readTVarIO :: MonadIO m => TVar a -> m aunliftio UnliftIO.STM Lifted version of readTVarIO
readTVarIO :: MonadIO m => TVar a -> m arelude Relude.Lifted.Concurrent Lifted to MonadIO version of readTVarIO.
-
ghc-internal GHC.Internal.Conc.Sync Return the current value stored in a TVar. This is equivalent to
readTVarIO = atomically . readTVar
but works much faster, because it doesn't perform a complete transaction, it just reads the current value of the TVar. -
rebase Rebase.Prelude Return the current value stored in a TVar. This is equivalent to
readTVarIO = atomically . readTVar
but works much faster, because it doesn't perform a complete transaction, it just reads the current value of the TVar. -
base-prelude BasePrelude Return the current value stored in a TVar. This is equivalent to
readTVarIO = atomically . readTVar
but works much faster, because it doesn't perform a complete transaction, it just reads the current value of the TVar. readTVarIO :: MonadIO m => TVar a -> m aclassy-prelude-yesod ClassyPrelude.Yesod Lifted version of readTVarIO
readTVarIO# :: TVar# s a_levpoly -> State# s -> (# State# s, a_levpoly #)ghc-prim GHC.PrimopWrappers No documentation available.
Page 1 of 2 | Next