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.
| Versions | 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 |
|---|---|
| Dependencies | async (>=2.0.0.0 && <2.3), base (==4.*), contravariant (>=1.3.3 && <1.6), pipes (>=4.0 && <4.4), semigroups (<0.19), stm (>=2.4.3 && <2.5), void (>=0.6 && <1) [details] |
| License | BSD-3-Clause |
| Copyright | 2013, 2014 Gabriel Gonzalez |
| Author | Gabriel Gonzalez |
| Maintainer | Gabriel439@gmail.com |
| 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 |
| Uploaded | by GabrielGonzalez at Wed Jul 4 02:53:24 UTC 2018 |
| Distributions | LTSHaskell:2.0.11, NixOS:2.0.11, Stackage:2.0.11 |
| Downloads | 9716 total (274 in the last 30 days) |
| Rating | 2.0 (votes: 1) [estimated by rule of succession] |
| Your Rating | |
| Status | Docs available [build log] Last success reported on 2018-07-04 [all 1 reports] Hackage Matrix CI |
Downloads
- pipes-concurrency-2.0.11.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)