M&B: Bannerlord 1.2.12
The horns sound, the ravens gather.
Loading...
Searching...
No Matches
TaleWorlds.Library.DefaultParallelDriver Class Referencesealed

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 ()
 

Member Function Documentation

◆ For() [1/2]

void TaleWorlds.Library.DefaultParallelDriver.For ( int fromInclusive,
int toExclusive,
TWParallel.ParallelForAuxPredicate body,
int grainSize )

◆ For() [2/2]

void TaleWorlds.Library.DefaultParallelDriver.For ( int fromInclusive,
int toExclusive,
float deltaTime,
TWParallel.ParallelForWithDtAuxPredicate body,
int grainSize )

◆ GetMainThreadId()

ulong TaleWorlds.Library.DefaultParallelDriver.GetMainThreadId ( )

◆ GetCurrentThreadId()

ulong TaleWorlds.Library.DefaultParallelDriver.GetCurrentThreadId ( )