Class DefaultParallelDriver
- Namespace
- TaleWorlds.Library
- Assembly
- TaleWorlds.Library.dll
public sealed class DefaultParallelDriver : IParallelDriver
- Inheritance
-
DefaultParallelDriver
- Implements
- Inherited Members
Constructors
DefaultParallelDriver()
public DefaultParallelDriver()
Methods
For(int, int, float, ParallelForWithDtAuxPredicate, int)
public void For(int fromInclusive, int toExclusive, float deltaTime, TWParallel.ParallelForWithDtAuxPredicate body, int grainSize)
Parameters
fromInclusiveinttoExclusiveintdeltaTimefloatbodyTWParallel.ParallelForWithDtAuxPredicategrainSizeint
For(int, int, ParallelForAuxPredicate, int)
public void For(int fromInclusive, int toExclusive, TWParallel.ParallelForAuxPredicate body, int grainSize)
Parameters
fromInclusiveinttoExclusiveintbodyTWParallel.ParallelForAuxPredicategrainSizeint
GetCurrentThreadId()
public ulong GetCurrentThreadId()
Returns
GetMainThreadId()
public ulong GetMainThreadId()
Returns
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).