#include <threading.hpp>
Inheritance diagram for Task:
Protected Member Functions | |
virtual void | execute ()=0 |
virtual | ~Task () |
Friends | |
class | TaskManager |
Definition at line 37 of file threading.hpp.
virtual Task::~Task | ( | ) | [inline, protected, virtual] |
Definition at line 41 of file threading.hpp.
virtual void Task::execute | ( | ) | [protected, pure virtual] |
friend class TaskManager [friend] |
Definition at line 43 of file threading.hpp.