Container element of the queue.
Definition at line 225 of file dedicatedworker.inl.
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 227 of file dedicatedworker.inl.
bool alib::threadmodel::DedicatedWorker::QueueElement::keepJob |
Flag which indicates whether the job should be deleted after execution.
Definition at line 229 of file dedicatedworker.inl.
Priority alib::threadmodel::DedicatedWorker::QueueElement::priority |
The job's priority.
Definition at line 228 of file dedicatedworker.inl.