scala.collection.parallel.AdaptiveWorkStealingThreadPoolTasks
the body of this task - what it executes, how it gets split and how results are merged.
the body of this task - what it executes, how it gets split and how results are merged.
Code that gets called after the task gets started - it may spawn other tasks instead of calling leaf
.
Code that gets called after the task gets started - it may spawn other tasks instead of calling leaf
.
Returns string formatted according to given format
string.
Returns string formatted according to given format
string.
Format strings are as for String.format
(@see java.lang.String.format).
If the task has been cancelled successfully, those syncing on it may automatically be notified, depending on the implementation.
If the task has been cancelled successfully, those syncing on it may automatically be notified, depending on the implementation. If they aren't, this release method should be called after processing the cancelled task.
This method may be overridden.
Start task.
Start task.
Wait for task to finish.
Wait for task to finish.
Try to cancel the task.
Try to cancel the task.
true
if cancellation is successful.