#include <avir.h>
Public Member Functions | |
virtual void | process ()=0 |
Thread pool's workload object class.
This class should be used as a base class for objects that perform the actual work spread over several threads.
|
pure virtual |
Function that gets called from the thread when thread pool's startAllWorkloads() function is called.