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