Container element of the queue.
Definition at line 244 of file dedicatedworker.hpp.
#include <dedicatedworker.hpp>
Public Field Index: | |
Job * | job |
The job containing the pool-allocated shared data. | |
bool | keepJob |
Priority | priority |
The job's priority. | |
Job* job |
The job containing the pool-allocated shared data.
Definition at line 246 of file dedicatedworker.hpp.
bool keepJob |
Flag which indicates whether the job should be deleted after execution.
Definition at line 248 of file dedicatedworker.hpp.
Priority priority |
The job's priority.
Definition at line 247 of file dedicatedworker.hpp.