ForkJoinPool.helpComplete

Tries to steal and run tasks within the target's computation. The maxTasks argument supports external usages; internal calls use zero, allowing unbounded steps (external calls trap non-positive values).

@param w caller @param maxTasks if non-zero, the maximum number of other tasks to run @return task status on exit

class ForkJoinPool
final
int
helpComplete

Meta