All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members
blaze::threadpool::Task Class Referenceabstract

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
 

Detailed Description

Base class for executable user tasks.

The Task class represents the base class for all user tasks.


The documentation for this class was generated from the following files: