M&B: Bannerlord 1.1.0
The horns sound, the ravens gather.
|
Classes | |
struct | RecursiveSingleThreadTestBlock |
class | RecursiveSingleThreadTestData |
struct | SingleThreadTestBlock |
class | SingleThreadTestData |
Public Member Functions | |
delegate void | ParallelForAuxPredicate (int localStartIndex, int localEndIndex) |
delegate void | ParallelForWithDtAuxPredicate (int localStartIndex, int localEndIndex, float dt) |
Static Public Member Functions | |
static void | InitializeAndSetImplementation (IParallelDriver parallelDriver) |
static ParallelLoopResult | ForEach< TSource > (IEnumerable< TSource > source, Action< TSource > body) |
static void | ForEach< TSource > (IList< TSource > source, Action< TSource > body) |
static void | For (int fromInclusive, int toExclusive, ParallelForAuxPredicate body, int grainSize=16) |
static void | For (int fromInclusive, int toExclusive, float deltaTime, ParallelForWithDtAuxPredicate body, int grainSize=16) |
static void | AssertIsMainThread () |
static bool | IsMainThread () |
Static Public Attributes | |
static bool | IsInParallelFor = false |
delegate void TaleWorlds.Library.TWParallel.ParallelForAuxPredicate | ( | int | localStartIndex, |
int | localEndIndex | ||
) |
delegate void TaleWorlds.Library.TWParallel.ParallelForWithDtAuxPredicate | ( | int | localStartIndex, |
int | localEndIndex, | ||
float | dt | ||
) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |