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

Public Member Functions

void Receive< TKey > (PartitionedStream< TOutput, TKey > partitionedStream)
 
void Receive< TKey > (PartitionedStream< TElement, TKey > partitionedStream)
 

Package Functions

 PartitionedStreamMerger (bool forEffectMerge, ParallelMergeOptions mergeOptions, TaskScheduler taskScheduler, bool outputOrdered, CancellationState cancellationState, int queryId)
 

Properties

MergeExecutor< TOutput > MergeExecutor [get]
 

Private Attributes

readonly bool _forEffectMerge
 
readonly ParallelMergeOptions _mergeOptions
 
readonly bool _isOrdered
 
MergeExecutor< TOutput > _mergeExecutor
 
readonly TaskScheduler _taskScheduler
 
readonly int _queryId
 
readonly CancellationState _cancellationState
 

Detailed Description

Definition at line 5 of file PartitionedStreamMerger.cs.


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