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
fromInclusiveinttoExclusiveintdeltaTimefloatbodyTWParallel.ParallelForWithDtAuxPredicategrainSizeint
For(int, int, ParallelForAuxPredicate, int)
void For(int fromInclusive, int toExclusive, TWParallel.ParallelForAuxPredicate body, int grainSize)
Parameters
fromInclusiveinttoExclusiveintbodyTWParallel.ParallelForAuxPredicategrainSizeint
GetCurrentThreadId()
ulong GetCurrentThreadId()
Returns
GetMainThreadId()
ulong GetMainThreadId()
Returns
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).