Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Threading.Tasks.ParallelLoopState64 Class Referencesealed

Public Member Functions

void Stop ()
 
void Break ()
 

Package Functions

 ParallelLoopState64 (ParallelLoopStateFlags64 sharedParallelStateFlags)
 
override void InternalBreak ()
 

Static Package Functions

static void Break (int iteration, ParallelLoopStateFlags32 pflags)
 
static void Break (long iteration, ParallelLoopStateFlags64 pflags)
 

Properties

long CurrentIteration [get, set]
 
override bool InternalShouldExitCurrentIteration [get]
 
override? long InternalLowestBreakIteration [get]
 
bool ShouldExitCurrentIteration [get]
 
bool IsStopped [get]
 
bool IsExceptional [get]
 
long? LowestBreakIteration [get]
 

Private Attributes

readonly ParallelLoopStateFlags64 _sharedParallelStateFlags
 
long _currentIteration
 
readonly ParallelLoopStateFlags _flagsBase
 

Detailed Description

Definition at line 3 of file ParallelLoopState64.cs.


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