Utility classes commonly useful in concurrent programming.
-
Starts a new thread in this task scope to execute a value-returning task, thus
creating a subtask of this task scope.
protected void
Invoked by a subtask when it completes successfully or fails in this task scope.