stm: Software Transactional Memory

[ bsd3, concurrency, library ] [ Propose Tags ]

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 MVars.

Downloads

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.3 && <4.12) [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
this: git clone https://github.com/haskell/stm.git(tag v2.4.5.1)
Uploaded by HerbertValerioRiedel at 2018-09-08T09:35:43Z
Distributions Arch:2.5.0.2, Fedora:2.5.1.0, FreeBSD:2.4.4
Reverse Dependencies 950 direct, 13702 indirect [details]
Downloads 360035 total (339 in the last 30 days)
Rating 2.75 (votes: 8) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2018-09-08 [all 1 reports]