Version: 2018.3 (switch to 2019.1)
LanguageEnglish
  • C#

IJobParallelForExtensions.Run

public static void Run(T jobData, int arrayLength);

Parameters

jobDataThe job and data to Run.
arrayLengthThe number of iterations the for loop will execute.

Description

Perform the job's Execute method immediately on the same thread.

See Also: IJobParallel.

Did you find this page useful? Please give it a rating: