public static class Parallel.TaskList extends java.lang.Object implements TaskContainer
Constructor and Description |
---|
TaskList() |
Modifier and Type | Method and Description |
---|---|
void |
addTask(Task nestedTask)
Add a nested task to execute parallel (asynchron).
|
public void addTask(Task nestedTask)
addTask
in interface TaskContainer
nestedTask
- Nested task to be executed in parallel.
must not be null.