2 references to UnboundedPrioritizedChannelOptions
System.Threading.Channels (2)
System\Threading\Channels\Channel.netcoreapp.cs (2)
25/// The supplied <paramref name="options"/>' <see cref="UnboundedPrioritizedChannelOptions{T}.Comparer"/> is used to determine priority of elements, 29public static Channel<T> CreateUnboundedPrioritized<T>(UnboundedPrioritizedChannelOptions<T> options)