M&B: Bannerlord 1.2.7
The horns sound, the ravens gather.
|
Inherited by TaleWorlds.Engine.NativeParallelDriver, and TaleWorlds.Library.DefaultParallelDriver.
Public Member Functions | |
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.Library.IParallelDriver.For | ( | int | fromInclusive, |
int | toExclusive, | ||
TWParallel.ParallelForAuxPredicate | body, | ||
int | grainSize | ||
) |
Implemented in TaleWorlds.Library.DefaultParallelDriver, and TaleWorlds.Engine.NativeParallelDriver.
void TaleWorlds.Library.IParallelDriver.For | ( | int | fromInclusive, |
int | toExclusive, | ||
float | deltaTime, | ||
TWParallel.ParallelForWithDtAuxPredicate | body, | ||
int | grainSize | ||
) |
Implemented in TaleWorlds.Library.DefaultParallelDriver, and TaleWorlds.Engine.NativeParallelDriver.
ulong TaleWorlds.Library.IParallelDriver.GetMainThreadId | ( | ) |
Implemented in TaleWorlds.Engine.NativeParallelDriver, and TaleWorlds.Library.DefaultParallelDriver.
ulong TaleWorlds.Library.IParallelDriver.GetCurrentThreadId | ( | ) |
Implemented in TaleWorlds.Engine.NativeParallelDriver, and TaleWorlds.Library.DefaultParallelDriver.