| ||||||||
| ||||||||
Description | ||||||||
Software Transactional Memory: a modular composable concurrency abstraction. See
This module only defines the STM monad; you probably want to import Control.Concurrent.STM (which exports Control.Monad.STM). | ||||||||
Documentation | ||||||||
STM (STM) | ||||||||
atomically | ||||||||
always | ||||||||
alwaysSucceeds | ||||||||
retry | ||||||||
orElse | ||||||||
check :: Bool -> STM a | ||||||||
catchSTM | ||||||||
Produced by Haddock version 2.4.2 |