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

Package Functions

bool ShouldExitLoop (int CallerIteration)
 
bool ShouldExitLoop ()
 
bool AtomicLoopStateUpdate (int newState, int illegalStates)
 
bool AtomicLoopStateUpdate (int newState, int illegalStates, ref int oldState)
 
void SetExceptional ()
 
void Stop ()
 
bool Cancel ()
 

Package Attributes

volatile int _lowestBreakIteration = int.MaxValue
 

Properties

int LowestBreakIteration [get]
 
long? NullableLowestBreakIteration [get]
 
int LoopStateFlags [get]
 

Private Attributes

volatile int _loopStateFlags
 

Detailed Description

Definition at line 3 of file ParallelLoopStateFlags32.cs.


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