The bounded-tchan package
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.
Properties
| Versions | 0.1, 0.2, 0.2.1, 0.2.2, 0.2.3 |
|---|---|
| Dependencies | base (≥3 & ≤5), stm |
| License | BSD3 |
| Copyright | Thomas M. DuBuisson (2011) |
| Author | Thomas M. DuBuisson |
| Maintainer | thomas.dubuisson@gmail.com |
| Category | Concurrency |
| Upload date | Sun Nov 6 23:52:17 UTC 2011 |
| Uploaded by | ThomasDuBuisson |
| Built on | ghc-7.2 |
Modules
- Control
- Concurrent
Downloads
- bounded-tchan-0.2.3.tar.gz (Cabal source package)
- package description (included in the package)