streamly-0.9.0: Streaming, dataflow programming and declarative concurrency
Copyright(c) 2017 Composewell Technologies
LicenseBSD-3-Clause
Maintainerstreamly@composewell.com
Stabilityexperimental
PortabilityGHC
Safe HaskellSafe-Inferred
LanguageHaskell2010

Streamly.Internal.Data.Stream.Concurrent.Channel.Type

Description

 
Synopsis

Documentation

data Channel m a Source #

A mutable channel to evaluate multiple streams concurrently and provide the combined results as output stream.

stopChannel :: MonadIO m => Channel m a -> m () Source #

Stop the channel. Kill all running worker threads.