@hackage pipes-concurrency2.0.14
Concurrency for the pipes ecosystem
Categories
License
BSD-3-Clause
Maintainer
GenuineGabriella@gmail.com
Links
Versions
Installation
Dependencies (6)
Dependents (28)
@hackage/pipes-cliff, @hackage/EtaMOO, @hackage/agentx, @hackage/glazier-react-examples, @hackage/borel, @hackage/pipes-p2p, Show all…
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.