Fedora Packages

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

Releases Overview

Release Stable Testing
Fedora EPEL 8 2.4.5.0-1.el8 -
File a new bug report »
Package Info
Related Packages

You can contact the maintainers of this package via email at ghc-stm dash maintainers at fedoraproject dot org.



Sources on Pagure