Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
ReLogic.Threading.FastParallel.RangeTask Class Reference

Public Member Functions

 RangeTask (ParallelForAction action, int fromInclusive, int toExclusive, object context, CountdownEvent countdown)
 
void Invoke ()
 

Private Attributes

readonly ParallelForAction _action
 
readonly int _fromInclusive
 
readonly int _toExclusive
 
readonly object _context
 
readonly CountdownEvent _countdown
 

Detailed Description

Definition at line 8 of file FastParallel.cs.


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