Open CASCADE Technology 7.8.2.dev
|
Auxiliary wrapper class for thread function. More...
#include <OSD_ThreadPool.hxx>
Public Member Functions | |
Job (const FunctorT &thePerformer, JobRange &theRange) | |
Constructor. | |
virtual void | Perform (int theThreadIndex) override |
Method is executed in the context of thread. | |
Public Member Functions inherited from OSD_ThreadPool::JobInterface |
Auxiliary wrapper class for thread function.
|
inline |
Constructor.
|
inlineoverridevirtual |
Method is executed in the context of thread.
Implements OSD_ThreadPool::JobInterface.