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