ForkJoinTask
Description:
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 |