Table of Contents

Class NativeParallelDriver

Namespace
TaleWorlds.Engine
Assembly
TaleWorlds.Engine.dll
public sealed class NativeParallelDriver : IParallelDriver
Inheritance
NativeParallelDriver
Implements
Inherited Members

Constructors

NativeParallelDriver()

public NativeParallelDriver()

Methods

For(int, int, float, ParallelForWithDtAuxPredicate, int)

public void For(int fromInclusive, int toExclusive, float deltaTime, TWParallel.ParallelForWithDtAuxPredicate loopBody, int grainSize)

Parameters

fromInclusive int
toExclusive int
deltaTime float
loopBody TWParallel.ParallelForWithDtAuxPredicate
grainSize int

For(int, int, ParallelForAuxPredicate, int)

public void For(int fromInclusive, int toExclusive, TWParallel.ParallelForAuxPredicate loopBody, int grainSize)

Parameters

fromInclusive int
toExclusive int
loopBody TWParallel.ParallelForAuxPredicate
grainSize int

GetCurrentThreadId()

public ulong GetCurrentThreadId()

Returns

ulong

GetMainThreadId()

public ulong GetMainThreadId()

Returns

ulong

This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).