2 references to Comparer
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,
33
return new UnboundedPrioritizedChannel<T>(!options.AllowSynchronousContinuations, options.
Comparer
);