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.Interleave

Description

 
Synopsis

Documentation

newChannel :: MonadAsync m => (Config -> Config) -> m (Channel m a) Source #

Create a new async style concurrent stream evaluation channel. The monad state used to run the stream actions is taken from the call site of newChannel.