| 
    M&B: Bannerlord 1.0.0
    
   The horns sound, the ravens gather. 
   | 
 
Inherits TaleWorlds.Library.IParallelDriver.
Public Member Functions | |
| void | For (int fromInclusive, int toExclusive, TWParallel.ParallelForAuxPredicate loopBody, int grainSize) | 
| void | For (int fromInclusive, int toExclusive, float deltaTime, TWParallel.ParallelForWithDtAuxPredicate loopBody, int grainSize) | 
| ulong | GetMainThreadId () | 
| ulong | GetCurrentThreadId () | 
| void | For (int fromInclusive, int toExclusive, TWParallel.ParallelForAuxPredicate body, int grainSize) | 
| void | For (int fromInclusive, int toExclusive, float deltaTime, TWParallel.ParallelForWithDtAuxPredicate body, int grainSize) | 
| ulong | GetMainThreadId () | 
| ulong | GetCurrentThreadId () | 
| void TaleWorlds.Engine.NativeParallelDriver.For | ( | int | fromInclusive, | 
| int | toExclusive, | ||
| TWParallel.ParallelForAuxPredicate | loopBody, | ||
| int | grainSize | ||
| ) | 
Implements TaleWorlds.Library.IParallelDriver.
| void TaleWorlds.Engine.NativeParallelDriver.For | ( | int | fromInclusive, | 
| int | toExclusive, | ||
| float | deltaTime, | ||
| TWParallel.ParallelForWithDtAuxPredicate | loopBody, | ||
| int | grainSize | ||
| ) | 
Implements TaleWorlds.Library.IParallelDriver.
| ulong TaleWorlds.Engine.NativeParallelDriver.GetMainThreadId | ( | ) | 
Implements TaleWorlds.Library.IParallelDriver.
| ulong TaleWorlds.Engine.NativeParallelDriver.GetCurrentThreadId | ( | ) | 
Implements TaleWorlds.Library.IParallelDriver.