bounded-tchan: Bounded Transactional channels (queues)
Deprecated
in favor of stm-chans
Bounded TChan's, or BTChan's, are a transactional queue with a limit to the number of elements (further calls to writeBTChan
or unGetBTChan
call STM retry). Users are strongly encouraged to consider using the more complete 'stm-chans' packages, which includes a bounded TChan designed on this package.
Downloads
- bounded-tchan-0.2.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.1, 0.2, 0.2.1, 0.2.2, 0.2.3 |
---|---|
Dependencies | base (>=3 && <=5), stm [details] |
License | BSD-3-Clause |
Copyright | Thomas M. DuBuisson (2011) |
Author | Thomas M. DuBuisson |
Maintainer | thomas.dubuisson@gmail.com |
Category | Concurrency |
Uploaded | by ThomasDuBuisson at 2011-11-06T23:52:17Z |
Distributions | NixOS:0.2.3 |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 4521 total (20 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] |