Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Threading.Channels.Channel< TWrite, TRead > Class Template Referenceabstract

Static Public Member Functions

static Channel< TCreateUnbounded< T > ()
 
static Channel< TCreateUnbounded< T > (UnboundedChannelOptions options)
 
static Channel< TCreateBounded< T > (int capacity)
 
static Channel< TCreateBounded< T > (BoundedChannelOptions options)
 
static Channel< TCreateBounded< T > (BoundedChannelOptions options, Action< T >? itemDropped)
 
static implicit operator ChannelReader< TRead > (Channel< TWrite, TRead > channel)
 
static implicit operator ChannelWriter< TWrite > (Channel< TWrite, TRead > channel)
 

Properties

ChannelReader< TRead > Reader [get, protected set]
 
ChannelWriter< TWrite > Writer [get, protected set]
 

Detailed Description

Definition at line 49 of file Channel.cs.


The documentation for this class was generated from the following file: