<PackageReference Include="System.Threading.Channels" Version="11.0.0-preview.6.26359.118" />

System.Threading.Channels.Channel<T>

public abstract class Channel<T> : Channel<T, T>
Provides a base class for channels that support reading and writing elements of type T.
protected Channel()

Initializes an instance of the Channel<T> class.