2 references to RendezvousChannel
System.Threading.Channels (2)
System\Threading\Channels\Channel.cs (2)
42
capacity == 0 ? new
RendezvousChannel
<T>(BoundedChannelFullMode.Wait, runContinuationsAsynchronously: true, itemDropped: null) :
65
new
RendezvousChannel
<T>(options.FullMode, !options.AllowSynchronousContinuations, itemDropped);