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

Package Functions

bool ShouldExitLoop (long 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

long _lowestBreakIteration = long.MaxValue
 

Properties

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

Private Attributes

volatile int _loopStateFlags
 

Detailed Description

Definition at line 3 of file ParallelLoopStateFlags64.cs.


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