stm-lifted: Software Transactional Memory lifted to MonadIO

[ bsd3, concurrency, library, monadio ] [ Propose Tags ]
Versions [RSS] 0.1.0.0, 0.1.1.0, 2.5.0.0
Dependencies base (>=4.5 && <5), stm (>=2.5 && <2.6), transformers (>=0.2 && <0.6) [details]
License BSD-3-Clause
Copyright (c) 2013-2019 Maksymilian Owsianny
Author Maksymilian Owsianny
Maintainer Maksymilian.Owsianny@gmail.com
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 2019-04-30T14:22:53Z
Distributions
Reverse Dependencies 4 direct, 210 indirect [details]
Downloads 3535 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 2019-04-30 [all 1 reports]

Readme for stm-lifted-2.5.0.0

[back to package description]

Build status Hackage

STM Generalized with MonadIO

This package contains generalization of STM with MonadIO.