|
M&B: Bannerlord 1.1.0
The horns sound, the ravens gather.
|
Inherits TaleWorlds.Library.IParallelDriver.
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 | 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.DefaultParallelDriver.For | ( | int | fromInclusive, |
| int | toExclusive, | ||
| TWParallel::ParallelForAuxPredicate | body, | ||
| int | grainSize | ||
| ) |
Implements TaleWorlds.Library.IParallelDriver.
| void TaleWorlds.Library.DefaultParallelDriver.For | ( | int | fromInclusive, |
| int | toExclusive, | ||
| float | deltaTime, | ||
| TWParallel::ParallelForWithDtAuxPredicate | body, | ||
| int | grainSize | ||
| ) |
Implements TaleWorlds.Library.IParallelDriver.
| ulong TaleWorlds.Library.DefaultParallelDriver.GetMainThreadId | ( | ) |
Implements TaleWorlds.Library.IParallelDriver.
| ulong TaleWorlds.Library.DefaultParallelDriver.GetCurrentThreadId | ( | ) |
Implements TaleWorlds.Library.IParallelDriver.