MMCore 10.1.1
Public Member Functions | Protected Attributes | List of all members
Task Class Referenceabstract

Public Member Functions

 Task (std::shared_ptr< Semaphore > semaphore, size_t taskIndex, size_t totalTaskCount)
 
 Task (const Task &)=delete
 
Taskoperator= (const Task &)=delete
 
virtual void Execute ()=0
 
void Done ()
 

Protected Attributes

const size_t taskIndex_
 
const size_t totalTaskCount_
 
size_t usedTaskCount_
 

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