consistent: Eventually consistent STM transactions.

[ library, mit, system ] [ Propose Tags ]

Eventually consistent STM transactions. Consistent provides eventually consistent atomic transactions, by delaying updates until no threads is mutating a shared variable. This comes at a cost of having a separate TVar for every thread, but has the advantage that no thread will ever lock or retry except for the manager actor responsible for performing the updates.

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.1, 0.1.0
Dependencies base (>=3 && <5), lifted-async (>=0.1.1), lifted-base (>=0.2.2.0), monad-control (>=0.3.2.3), stm (>=2.4.2), transformers (>=0.3.0.0), transformers-base (>=0.4.1), unordered-containers (>=0.2.3.0) [details]
License MIT
Author John Wiegley
Maintainer johnw@newartisans.com
Category System
Source repo head: git clone git://github.com/jwiegley/consistent.git
Uploaded by JohnWiegley at 2014-05-02T18:25:22Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 1860 total (8 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Successful builds reported [all 1 reports]