The latest version of pipes-concurrency is 2.0.14-1.

pipes-concurrency

Version 1.2.1 revision 1 uploaded by HerbertValerioRiedel.

Package meta

Synopsis
Concurrency for the pipes ecosystem
Description

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.

Author
Gabriel Gonzalez
Bug reports
https://github.com/Gabriel439/Haskell-Pipes-Concurrency-Library/issues
Category
Control, Pipes, Proxies, Concurrency
Copyright
2013 Gabriel Gonzalez
Homepage
n/a
Maintainer
Gabriel439@gmail.com
Package URL
n/a
Stability
n/a

Components