stm: Software Transactional Memory
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]
Modules
[Index] [Quick Jump]
Downloads
- stm-2.5.0.2.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 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.1 (info) |
---|---|
Change log | changelog.md |
Dependencies | array (>=0.3 && <0.6), base (>=4.4 && <4.17), nats (>=0.1.3 && <0.3 || >=1 && <1.2) [details] |
Tested with | ghc >=8.10 && <8.11, ghc >=8.8 && <8.9, ghc >=8.6 && <8.7, ghc >=8.4 && <8.5, ghc >=8.2 && <8.3, ghc >=8.0 && <8.1, ghc >=7.10 && <7.11, ghc >=7.8 && <7.9, ghc >=7.6 && <7.7, ghc >=7.4 && <7.5, ghc >=7.2 && <7.3 |
License | BSD-3-Clause |
Author | |
Maintainer | libraries@haskell.org |
Revised | Revision 1 made by Bodigrim at 2021-12-10T00:32:38Z |
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 2021-12-09T20:07:31Z |
Distributions | Arch:2.5.0.2, Fedora:2.5.1.0, FreeBSD:2.4.4 |
Reverse Dependencies | 965 direct, 13920 indirect [details] |
Downloads | 362938 total (528 in the last 30 days) |
Rating | 2.75 (votes: 9) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2021-12-09 [all 1 reports] |