System.Threading.Channels.UnboundedChannelOptions
Provides options that control the behavior of unbounded Channel<T> instances.
namespace System.Threading.Channels
{
public sealed class UnboundedChannelOptions : ChannelOptions
{
public UnboundedChannelOptions();
}
}