lvar: TMVar that can be listened to

[ bsd3, concurrency, library ] [ Propose Tags ]

LVar wraps a TMVar to allow multiple threads to listen to the underlying changes.


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0
Change log CHANGELOG.md
Dependencies base (>=4.13.0.0 && <=4.17.0.0), containers, relude, stm [details]
License BSD-3-Clause
Copyright 2021 Sridhar Ratnakumar
Author Sridhar Ratnakumar
Maintainer srid@srid.ca
Category Concurrency
Home page https://github.com/srid/lvar
Bug tracker https://github.com/srid/lvar/issues
Uploaded by sridca at 2021-04-26T17:42:35Z
Distributions NixOS:0.1.0.0
Reverse Dependencies 3 direct, 2 indirect [details]
Downloads 306 total (10 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for lvar-0.1.0.0

[back to package description]

Data.LVar

TMVar with change notification.

Used in Ema.