Table of Contents

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

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

For(int, int, ParallelForAuxPredicate, int)

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

Parameters

fromInclusive int
toExclusive int
body 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).