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