Table of Contents

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 int
toExclusive int
deltaTime float
body TWParallel.ParallelForWithDtAuxPredicate
grainSize int

For(int, int, ParallelForAuxPredicate, int)

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

Parameters

fromInclusive int
toExclusive int
body TWParallel.ParallelForAuxPredicate
grainSize int

GetCurrentThreadId()

ulong GetCurrentThreadId()

Returns

ulong

GetMainThreadId()

ulong GetMainThreadId()

Returns

ulong

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