![]() |
Base class for executable user tasks.The Task class represents the base class for all user tasks. More...
#include <Task.h>
Inherits blaze::NonCopyable.
Inherited by blaze::threadpool::FuncWrapper< Callable >.
Public Member Functions | |
Destructor | |
virtual | ~Task () |
Destructor for the Task class. | |
Execution functions | |
virtual void | run ()=0 |
Base class for executable user tasks.
The Task class represents the base class for all user tasks.