Container element of the queue.
Definition at line 222 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* alib::threadmodel::DedicatedWorker::QueueElement::job |
The job containing the pool-allocated shared data.
Definition at line 223 of file dedicatedworker.hpp.
| bool alib::threadmodel::DedicatedWorker::QueueElement::keepJob |
Flag which indicates whether the job should be deleted after execution.
Definition at line 225 of file dedicatedworker.hpp.
| Priority alib::threadmodel::DedicatedWorker::QueueElement::priority |
The job's priority.
Definition at line 224 of file dedicatedworker.hpp.