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