|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.roboticsAPI.concurrencyModel.ParallelTasks
public final class ParallelTasks
This class starts parallel tasks. The user can choose if doing the parallel tasks is blocking or non-blocking.
| Method Summary | |
|---|---|
static void |
doParallel(ParallelTask... tasks)
Starts the given parallel tasks. |
static void |
doParallel(ParallelTaskStatementBehavior statementBehavior,
ParallelTask... tasks)
Starts the given parallel tasks. |
static void |
doParallel(Runnable... tasks)
Starts the given Runnables as parallel tasks. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void doParallel(Runnable... tasks)
tasks - The parallel tasks to start.public static void doParallel(ParallelTask... tasks)
tasks - The parallel tasks to start.
public static void doParallel(ParallelTaskStatementBehavior statementBehavior,
ParallelTask... tasks)
statementBehavior - Indicates the behavior of the doParallel statement. It indicated if the statement blocks until all
tasks are finished, or does not block at all.tasks - The parallel tasks to start.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||