Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Threading.Channels Namespace Reference

Classes

class  AsyncOperation
 
class  BoundedChannel
 
class  BoundedChannelOptions
 
class  Channel
 
class  ChannelClosedException
 
class  ChannelOptions
 
class  ChannelReader
 
class  ChannelUtilities
 
class  ChannelWriter
 
class  DebugEnumeratorDebugView
 
interface  IDebugEnumerable
 
class  SingleConsumerUnboundedChannel
 
class  UnboundedChannel
 
class  UnboundedChannelOptions
 
class  VoidAsyncOperationWithData
 

Enumerations

enum  BoundedChannelFullMode { Wait , DropNewest , DropOldest , DropWrite }