Popularity
3.6
Declining
Activity
0.0
Stable
0
4
2

Monthly Downloads: 13
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Web    

next-ref alternatives and similar packages

Based on the "Web" category.
Alternatively, view next-ref alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of next-ref or a related project?

Add another 'Web' Package

README

Hackage Travis CI Status

A concurrency primitive for a slow consumer that can tolerate missing some updates.

next-ref provides blocking and non-blocking reads of a value.

Useful when the consumer is expensive to run, and you want to limit it's use to only necessary updates, and exceptional circumstances require reading without blocking.