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