Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Linq.Parallel.AsynchronousChannelMergeEnumerator< T > Class Template Referencesealed

Public Member Functions

override bool MoveNext ()
 
override void Dispose ()
 
virtual void Reset ()
 

Protected Attributes

QueryTaskGroupState _taskGroupState
 

Package Functions

 AsynchronousChannelMergeEnumerator (QueryTaskGroupState taskGroupState, AsynchronousChannel< T >[] channels, IntValueEvent consumerEvent)
 

Properties

override T Current [get]
 

Private Member Functions

bool MoveNextSlowPath ()
 

Private Attributes

readonly AsynchronousChannel< T >[] _channels
 
IntValueEvent _consumerEvent
 
readonly bool[] _done
 
int _channelIndex
 
T _currentElement
 

Detailed Description

Definition at line 3 of file AsynchronousChannelMergeEnumerator.cs.


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