SPH
|
Handle used to control tasks submitted into the scheduler. More...
#include <Scheduler.h>
Public Member Functions | |
virtual void | wait ()=0 |
Waits till the task and all the child tasks are completed. More... | |
virtual bool | completed () const =0 |
Checks if the task already finished. More... | |
![]() | |
virtual | ~Polymorphic () |
Handle used to control tasks submitted into the scheduler.
Definition at line 15 of file Scheduler.h.
|
pure virtual |
Checks if the task already finished.
Implemented in SequentialTaskHandle, and Task.
|
pure virtual |
Waits till the task and all the child tasks are completed.
Implemented in SequentialTaskHandle, and Task.