stm
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.
Ecosystem
hackage.haskell.org
hackage.haskell.org
Latest Release
about 11 years ago
2.4.4
about 11 years ago
Versions
24
24
Downloads
365,178 total
365,178 total
Dependent Packages
273
273
Dependent Repos
2,995
2,995
Loading...
Readme
Loading...
Links
| Registry | hackage.haskell.org |
| Homepage | Homepage |
| JSON API | View JSON |
| CodeMeta | codemeta.json |
Package Details
| PURL |
pkg:hackage/stm
spec |
| License | BSD-3-Clause |
| First Release | over 19 years ago |
| Last Synced | about 5 hours ago |
Rankings on hackage.haskell.org
Overall
Top 0.4%
Downloads
Top 0.1%
Dependent packages
Top 0.1%
Dependent repos
Top 0.2%
Docker downloads
Top 1.3%