System.Threading.Channels.Channel
Provides static methods for creating channels.
Creates a channel with the specified maximum capacity.
Creates a channel with the specified maximum capacity.
Creates a channel subject to the provided options.
Creates an unbounded channel usable by any number of readers and writers concurrently.
Creates an unbounded channel subject to the provided options.