The latest version of stm is 2.5.3.1-0.

stm

Version 2.5.3.0 revision 0 uploaded by BenGamari.

Package meta

Synopsis
Software Transactional Memory
Description

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.

Author
n/a
Bug reports
https://github.com/haskell/stm/issues
Category
Concurrency
Copyright
n/a
Homepage
https://wiki.haskell.org/Software_transactional_memory
Maintainer
libraries@haskell.org
Package URL
n/a
Stability
n/a

Components