pipes-concurrency: Concurrency for the pipes ecosystem
This library provides light-weight concurrency primitives for pipes, with the following features:
Simple API: Use only five functions
Deadlock Safety: Automatically avoid concurrency deadlocks
Flexibility: Build many-to-many and cyclic communication topologies
Dynamic Graphs: Add or remove readers and writers at any time
Import Pipes.Concurrent to use the library.
Read Pipes.Concurrent.Tutorial for a tutorial.
Downloads
- pipes-concurrency-2.0.2.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] | 1.0.0, 1.1.0, 1.2.0, 1.2.1, 2.0.0, 2.0.1, 2.0.2, 2.0.3, 2.0.4, 2.0.5, 2.0.6, 2.0.7, 2.0.8, 2.0.9, 2.0.10, 2.0.11, 2.0.12, 2.0.13, 2.0.14 |
|---|---|
| Dependencies | base (>=4 && <5), pipes (>=4.0 && <4.2), stm (>=2.4 && <2.5) [details] |
| License | BSD-3-Clause |
| Copyright | 2013, 2014 Gabriel Gonzalez |
| Author | Gabriel Gonzalez |
| Maintainer | Gabriel439@gmail.com |
| Uploaded | by GabrielGonzalez at 2014-02-02T03:30:51Z |
| Category | Control, Pipes, Concurrency |
| Bug tracker | https://github.com/Gabriel439/Haskell-Pipes-Concurrency-Library/issues |
| Source repo | head: git clone https://github.com/Gabriel439/Haskell-Pipes-Concurrency-Library |
| Distributions | LTSHaskell:2.0.14, Stackage:2.0.14 |
| Reverse Dependencies | 22 direct, 17 indirect [details] |
| Downloads | 22217 total (40 in the last 30 days) |
| Rating | 2.0 (votes: 1) [estimated by Bayesian average] |
| Your Rating | |
| Status | Docs available [build log] Successful builds reported [all 1 reports] |