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.
Creates an unbounded prioritized channel usable by any number of readers and writers concurrently.
public static Channel<T> CreateUnboundedPrioritized<T>(UnboundedPrioritizedChannelOptions<T> options)
Creates an unbounded prioritized channel subject to the provided options.