|
Terraria v1.4.4.9
Terraria source code documentation
|
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 |
Definition at line 3 of file AsynchronousChannelMergeEnumerator.cs.