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