Show / Hide Table of Contents

Namespace Open.ChannelExtensions

Classes

Extensions

Extensions for operating with System.Threading.Channels.

TransformChannel<T, TResult>

A channel wrapper that takes the provided channel and transforms them on demand when being read.

TransformChannel<TWrite, TRead, TResult>

A channel wrapper that takes the provided channel and transforms them on demand when being read.

Back to top Generated by DocFX