@hackage stm2.4
Software Transactional Memory
Categories
License
BSD-3-Clause
Maintainer
libraries@haskell.org
Links
Versions
Installation
Dependencies (2)
Dependents (1301)
@hackage/pms-domain-service, @hackage/Cabal, @hackage/myTestlll, @cardano/ouroboros-network, @hackage/haskell-platform-test, @hackage/exception-transformers, Show all…
Package Flags
base4(on by default)
A modular composable concurrency abstraction.
Changes in version 2.4
Added
Control.Concurrent.STM.TQueue(a fasterTChan)Added
Control.Concurrent.STM.TBQueue(a bounded channel based onTQueue)TChanhas anEqinstancesAdded
newBroadcastTChanandnewBroadcastTChanIOSome performance improvements for
TChanAdded
cloneTChan