System.Threading.Channels.Channel<TWrite, TRead>
Provides a base class for channels that support reading elements of type TRead and writing elements of type TWrite.
Gets the readable half of this channel.
Gets the writable half of this channel.
protected Channel()
Initializes an instance of the Channel<T, U> class.
Implicit cast from a Channel<T, U> to its readable half.
Implicit cast from a Channel<T, U> to its writable half.