|
|
|
|
|
|
|
Triggers the execution of a parallel task. |
|
|
|
|
|
|
Triggers the execution of a parallel task. |
|
|
|
|
|
|
Indicates a continuation parallel task that will be run when one of the specified parallel task is completed. |
|
|
|
|
|
|
Requests the cancellation of a parallel task. |
|
|
|
|
|
|
Waits for the execution of a parallel task. |
|
|
|
|
|
|
The Description of ParallelTask type is used to define the characteristics of a parallel task. |
|
|
|
|
|
|
The following functions are used to manage parallel tasks |
|
|
|
|
|
|
The computers are becoming more and more powerful... |
|
|
|
|
|
|
The following functions are used to manage parallel tasks |
|
|
|
|
|
|
The following constants are used by the functions for managing parallel tasks: ... |
|
|
|
|
|
|
The ParallelTask type is used to handle a task, which means a procedure run by a thread in the parallel programming. |
|
|
|
|
|
|
Immediately terminates execution of the current task: the task changes state to tpeCancelled. |
|
|
|
|
|
|
Modifies the parameters of parallel tasks. |
|
|
|
|
|
|
Usage example of the ParallelTaskExecute function |
|
|
|
|
|
|
Triggers the execution of a parallel task. |
|
|
|
|
|
|
Indicates a continuation parallel task that will be run when one of the specified parallel task is completed. |
|
|
|
|
|
|
Usage example of the ParallelTaskExecuteAfterAll function |
|
|
|
|
|
|
Indicates a continuation parallel task that will be run when all the tasks found in an array of parallel tasks are ended. |
|
|
|
|
|
|
Indicates a continuation parallel task that will be run once the first task is completed in an array of parallel tasks. |
|
|
|
|
|
|
Requests the cancellation of a parallel task. |
|
|
|
|
|
|
Waits for the execution of a parallel task. |
|
|
|
|
|
|
Waits for the end of execution of all parallel tasks found in an array. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|