stm: Software Transactional Memory
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
Software Transactional Memory, or STM, is an abstraction for
concurrent communication. The main benefits of STM are
composability and modularity. That is, using STM you can write
concurrent abstractions that can be easily composed with any other
abstraction built using STM, without exposing the details of how
your abstraction ensures safety. This is typically not the case
with other forms of concurrent communication, such as locks or
MVar
s.
[Skip to Readme]
Properties
Versions | 2.1, 2.1.1.0, 2.1.1.2, 2.1.2.0, 2.1.2.1, 2.1.2.2, 2.2.0.0, 2.2.0.1, 2.3, 2.4, 2.4.2, 2.4.3, 2.4.4, 2.4.4.1, 2.4.5.0, 2.4.5.1, 2.5.0.0, 2.5.0.1, 2.5.0.2, 2.5.1.0, 2.5.2.0, 2.5.2.1, 2.5.3.0, 2.5.3.0, 2.5.3.1 |
---|---|
Change log | changelog.md |
Dependencies | array (>=0.3 && <0.6), base (>=4.4 && <4.20), nats (>=0.1.3 && <0.3 || >=1 && <1.2), semigroups (>=0.18.6 && <0.21) [details] |
License | BSD-3-Clause |
Author | |
Maintainer | libraries@haskell.org |
Category | Concurrency |
Home page | https://wiki.haskell.org/Software_transactional_memory |
Bug tracker | https://github.com/haskell/stm/issues |
Source repo | head: git clone https://github.com/haskell/stm.git |
Uploaded | by BenGamari at 2023-11-17T23:46:45Z |
Modules
[Index] [Quick Jump]
Downloads
- stm-2.5.3.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees