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

Description:

Container element of the queue.

Definition at line 244 of file dedicatedworker.hpp.

#include <dedicatedworker.hpp>

Collaboration diagram for 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* job

The job containing the pool-allocated shared data.

Definition at line 246 of file dedicatedworker.hpp.

◆ keepJob

bool keepJob

Flag which indicates whether the job should be deleted after execution.

Definition at line 248 of file dedicatedworker.hpp.

◆ priority

Priority priority

The job's priority.

Definition at line 247 of file dedicatedworker.hpp.


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