ORIGINAL
Loading...
Searching...
No Matches
Public Member Functions | List of all members
original::taskDelegator::taskBase Class Referenceabstract

Abstract base class for all tasks. More...

#include <tasks.h>

Inheritance diagram for original::taskDelegator::taskBase:
Inheritance graph
Collaboration diagram for original::taskDelegator::taskBase:
Collaboration graph

Public Member Functions

virtual void run ()=0
 Executes the task.
 
virtual ~taskBase ()=default
 Virtual destructor for proper polymorphic behavior.
 

Detailed Description

Abstract base class for all tasks.

Provides the common interface for tasks to be executed in the thread pool. Must implement the run() method.

Member Function Documentation

◆ run()

virtual void original::taskDelegator::taskBase::run ( )
pure virtual

Executes the task.

Implemented in original::taskDelegator::task< TYPE >.


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