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