Skip to content

Soostone/next-ref

 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Haskell 100.0%