pipes-concurrency

Concurrency for the pipes ecosystem

Version on this page:2.0.12@rev:2
LTS Haskell 22.14:2.0.14@rev:1
Stackage Nightly 2024-03-28:2.0.14@rev:1
Latest on Hackage:2.0.14@rev:1

See all snapshots pipes-concurrency appears in

BSD-3-Clause licensed by Gabriel Gonzalez
Maintained by [email protected]
This version can be pinned in stack with:pipes-concurrency-2.0.12@sha256:72319b4bbc6ba6331392d37894fc8f03f6aa4f2808145f9e34a7e51cafb706b0,1873

Module documentation for 2.0.12

Used by 1 package in nightly-2019-05-13(full list with versions):

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.