AVar: Mutable variables with Exception handling and concurrency support.
Deprecated
AVars emulate mutable variables, by providing a queue based interface to interacting with the variable. Each variable runs a handler
function, which reads requests from a queue and processes them one by one. They can be used in concurrent systems safely, and should handle exceptions thrown by modifying functions gracefully.
Downloads
- AVar-0.0.3.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.0.1, 0.0.2, 0.0.3, 0.0.4, 0.0.5, 0.0.5.1 |
---|---|
Dependencies | base (>=4.0.0.0) [details] |
License | BSD-3-Clause |
Author | Alex Mason |
Maintainer | Alex Mason <axman6@gmail.com> |
Category | Concurrency |
Uploaded | by AlexMason at 2009-02-20T08:09:07Z |
Distributions | NixOS:0.0.5.1 |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 5927 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] |