Popularity
3.9
Declining
Activity
0.0
Stable
3
4
1

Monthly Downloads: 8
Programming language: Haskell
License: MIT License
Tags: System    
Latest version: v0.1.0

consistent alternatives and similar packages

Based on the "System" category.
Alternatively, view consistent alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of consistent or a related project?

Add another 'System' Package

README

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.