System.Threading.Channels
Namespace with 10 public types
Classes
BoundedChannelOptions
Provides options that control the behavior of bounded instances.
ChannelClosedException
Exception thrown when a channel is used after it's been closed.
UnboundedChannelOptions
Provides options that control the behavior of unbounded instances.
Enumerations
BoundedChannelFullMode
Specifies the behavior to use when writing to a bounded channel that is already full.
Static Classes
Channel
Provides static methods for creating channels.
Abstract Classes
Channel`1
Provides a base class for channels that support reading and writing elements of type .
Channel`2
Provides a base class for channels that support reading elements of type and writing elements of type .
ChannelOptions
Provides options that control the behavior of channel instances.
ChannelReader`1
Provides a base class for reading from a channel.
ChannelWriter`1
Provides a base class for writing to a channel.