Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Linq.Parallel.DefaultMergeHelper< TInputOutput, TIgnoreKey > Class Template Referencesealed

Public Member Functions

TInputOutput[] GetResultsAsArray ()
 

Package Functions

 DefaultMergeHelper (PartitionedStream< TInputOutput, TIgnoreKey > partitions, bool ignoreOutput, ParallelMergeOptions options, TaskScheduler taskScheduler, CancellationState cancellationState, int queryId)
 

Private Member Functions

void IMergeHelper< TInputOutput >. Execute ()
 
IEnumerator< TInputOutput > IMergeHelper< TInputOutput >. GetEnumerator ()
 

Private Attributes

readonly QueryTaskGroupState _taskGroupState
 
readonly PartitionedStream< TInputOutput, TIgnoreKey_partitions
 
readonly AsynchronousChannel< TInputOutput >[] _asyncChannels
 
readonly SynchronousChannel< TInputOutput >[] _syncChannels
 
readonly IEnumerator< TInputOutput_channelEnumerator
 
readonly TaskScheduler _taskScheduler
 
readonly bool _ignoreOutput
 

Detailed Description

Definition at line 6 of file DefaultMergeHelper.cs.


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