2 references to UnboundedPrioritizedChannel
System.Threading.Channels (2)
System\Threading\Channels\Channel.netcoreapp.cs (2)
18
new
UnboundedPrioritizedChannel
<T>(runContinuationsAsynchronously: true, comparer: null);
33
return new
UnboundedPrioritizedChannel
<T>(!options.AllowSynchronousContinuations, options.Comparer);