This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.
SCC is a layered library of Streaming Component Combinators. The lowest layer in Control.Concurent.SCC.Streams
defines stream abstractions and nested producer-consumer coroutine pairs based on the Coroutine monad transformer.
On top of that are streaming component types, a number of primitive streaming components and a set of component
combinators. Finally, there is an executable that exposes all the framework functionality in a command-line shell.