2 references to UnboundedChannel
System.Threading.Channels (2)
System\Threading\Channels\Channel.cs (2)
12new UnboundedChannel<T>(runContinuationsAsynchronously: true); 30return new UnboundedChannel<T>(!options.AllowSynchronousContinuations);