Interface IParallelDriver
- Namespace
- TaleWorlds.Library
- Assembly
- TaleWorlds.Library.dll
public interface IParallelDriver
Methods
For(int, int, float, ParallelForWithDtAuxPredicate, int)
void For(int fromInclusive, int toExclusive, float deltaTime, TWParallel.ParallelForWithDtAuxPredicate body, int grainSize)
Parameters
fromInclusive
inttoExclusive
intdeltaTime
floatbody
TWParallel.ParallelForWithDtAuxPredicategrainSize
int
For(int, int, ParallelForAuxPredicate, int)
void For(int fromInclusive, int toExclusive, TWParallel.ParallelForAuxPredicate body, int grainSize)
Parameters
fromInclusive
inttoExclusive
intbody
TWParallel.ParallelForAuxPredicategrainSize
int
GetCurrentThreadId()
ulong GetCurrentThreadId()
Returns
GetMainThreadId()
ulong GetMainThreadId()
Returns
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).