Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IParallelTaskEnvironment

Environment that is available to all iteratee functions and is filled by parallel

Hierarchy

Indexable

[name: string]: any

Environment that is available to all iteratee functions and is filled by parallel

Index

Properties

taskIndex

taskIndex: number

The index of the task. The index is relative to the other tasks created to process a single parallel job.

valuesPerTask

valuesPerTask: number

The number of values that are processed by each task at most (the last task may process less then the number of values specified)

Generated using TypeDoc