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

Public Member Functions

TInputOutput[] GetResultsAsArray ()
 

Package Functions

 OrderPreservingMergeHelper (PartitionedStream< TInputOutput, TKey > partitions, 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, TKey > _partitions
 
readonly Shared< TInputOutput[]> _results
 
readonly TaskScheduler _taskScheduler
 

Detailed Description

Definition at line 6 of file OrderPreservingMergeHelper.cs.


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