Hoogle Search
Within LTS Haskell 23.21 (ghc-9.8.4)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
base GHC.Conc A monad supporting atomic memory transactions.
STM :: (State# RealWorld -> (# State# RealWorld, a #)) -> STM abase GHC.Conc No documentation available.
-
base GHC.Conc.Sync A monad supporting atomic memory transactions.
STM :: (State# RealWorld -> (# State# RealWorld, a #)) -> STM abase GHC.Conc.Sync No documentation available.
-
Software Transactional Memory: a modular composable concurrency abstraction. See
- Composable memory transactions, by Tim Harris, Simon Marlow, Simon Peyton Jones, and Maurice Herlihy, in ACM Conference on Principles and Practice of Parallel Programming 2005. https://www.microsoft.com/en-us/research/publication/composable-memory-transactions/
-
Software Transactional Memory: a modular composable concurrency abstraction. See
- Composable memory transactions, by Tim Harris, Simon Marlow, Simon Peyton Jones, and Maurice Herlihy, in ACM Conference on Principles and Practice of Parallel Programming 2005. https://www.microsoft.com/en-us/research/publication/composable-memory-transactions/
-
stm Control.Monad.STM A monad supporting atomic memory transactions.
-
Lifted version of Control.Concurrent.STM
-
unliftio UnliftIO.STM A monad supporting atomic memory transactions.
-
No documentation available.
Page 1 of many | Next