ForkJoinTask


Description:

protected ForkJoinTask (ForkJoinTask<G>? parent, int64 threshold, int max_depth, Executor executor)

Creates a fork-join task.

Parameters:

parent

the parent of this task

threshold

sequential computation threshold

max_depth

max task split depth. unlimited if negative

executor

an executor that will invoke the task