Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Threading.Channels.UnboundedChannel< T >.UnboundedChannelWriter Class Referencesealed

Public Member Functions

override bool TryComplete (Exception error)
 
override bool TryWrite (T item)
 
override ValueTask< boolWaitToWriteAsync (CancellationToken cancellationToken)
 
override ValueTask WriteAsync (T item, CancellationToken cancellationToken)
 
virtual bool TryComplete (Exception? error=null)
 
void Complete (Exception? error=null)
 

Package Functions

 UnboundedChannelWriter (UnboundedChannel< T > parent)
 

Package Attributes

readonly UnboundedChannel< T_parent
 

Properties

int ItemsCountForDebugger [get]
 

Private Member Functions

IEnumerator< T > IDebugEnumerable< T >. GetEnumerator ()
 
async ValueTask WriteAsyncCore (T innerItem, CancellationToken ct)
 

Detailed Description

Definition at line 145 of file UnboundedChannel.cs.


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