privileged-concurrency: Provides privilege separated versions of the concurrency primitives.
Any MVar or other concurrency primitive can be read by or written to any
function which recieves it as a value. This package provides read-only and
write-only versions of Chan, MVar, TChan, TMVar, and TVar.
Functions which use these versions receive permission to read, write, or
both based on their type signatures.
Downloads
- privileged-concurrency-0.5.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.2, 0.3, 0.5, 0.6, 0.6.1, 0.6.2, 0.7.0 |
|---|---|
| Change log | CHANGELOG.markdown |
| Dependencies | base (>=4 && <5), lifted-base, monad-control, stm, transformers-base [details] |
| License | BSD-3-Clause |
| Author | Jeff Shaw |
| Maintainer | Ömer Sinan Ağacan <omeragacan@gmail.com> |
| Uploaded | by OmerAgacan at 2017-02-18T18:49:43Z |
| Category | Concurrency |
| Source repo | head: git clone https://github.com/osa1/privileged-concurrency |
| Reverse Dependencies | 1 direct, 0 indirect [details] |
| Downloads | 5789 total (14 in the last 30 days) |
| Rating | (no votes yet) [estimated by Bayesian average] |
| Your Rating | |
| Status | Docs available [build log] Last success reported on 2017-02-18 [all 1 reports] |