pipes-concurrency: Concurrency for the pipes ecosystem

[ bsd3, concurrency, control, library, pipes ] [ Propose Tags ]

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 Control.Proxy.Concurrent to use the library.

Read Control.Proxy.Concurrent.Tutorial for an tutorial.

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

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 && <4.11), pipes (>=3.0 && <3.4), stm (>=2.4 && <2.5) [details]
License BSD-3-Clause
Copyright 2013 Gabriel Gonzalez
Author Gabriel Gonzalez
Maintainer Gabriel439@gmail.com
Revised Revision 1 made by HerbertValerioRiedel at 2018-10-01T21:02:37Z
Category Control, Pipes, Proxies, 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 2013-07-12T19:34:03Z
Distributions LTSHaskell:2.0.14, NixOS:2.0.14, Stackage:2.0.14
Reverse Dependencies 21 direct, 14 indirect [details]
Downloads 20672 total (73 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]