stm-lifted: Software Transactional Memory lifted to MonadIO

[ bsd3, concurrency, library, monadio ] [ Propose Tags ]

A MonadIO version of STM library.


[Skip to Readme]

Downloads

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

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.1.1.0, 2.5.0.0
Dependencies base (>=4.5 && <5), stm (>=2.4.4.1 && <2.5), transformers (>=0.2 && <0.6) [details]
License BSD-3-Clause
Copyright (c) 2013 Maksymilian Owsianny
Author Maksymilian Owsianny
Maintainer Maksymilian.Owsianny@gmail.com
Revised Revision 1 made by HerbertValerioRiedel at 2018-10-05T23:18:34Z
Category Concurrency, MonadIO
Bug tracker https://github.com/MaxOw/stm-lifted/issues
Source repo head: git clone https://github.com/MaxOw/stm-lifted.git
Uploaded by MaksymilianOwsianny at 2017-06-03T12:31:32Z
Distributions
Reverse Dependencies 4 direct, 210 indirect [details]
Downloads 3522 total (18 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2017-06-03 [all 1 reports]

Readme for stm-lifted-0.1.1.0

[back to package description]

Build status

STM Generalized with MonadIO

This package contains generalization of STM with MonadIO.