ALib C++ Library
Library Version: 2510 R0
Documentation generated by doxygen
Loading...
Searching...
No Matches
alib::threadmodel::DedicatedWorker::QueueElement Struct Reference

Description:

Container element of the queue.

Definition at line 225 of file dedicatedworker.inl.

Collaboration diagram for alib::threadmodel::DedicatedWorker::QueueElement:
[legend]

Public Field Index:

Jobjob
 The job containing the pool-allocated shared data.
 
bool keepJob
 
Priority priority
 The job's priority.
 

Field Details:

◆ job

Job* alib::threadmodel::DedicatedWorker::QueueElement::job

The job containing the pool-allocated shared data.

Definition at line 227 of file dedicatedworker.inl.

◆ keepJob

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

Priority alib::threadmodel::DedicatedWorker::QueueElement::priority

The job's priority.

Definition at line 228 of file dedicatedworker.inl.


The documentation for this struct was generated from the following file: