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

Description:

Container element of the queue.

Definition at line 232 of file threadpool.inl.

Collaboration diagram for alib::threadmodel::ThreadPool::QueueEntry:
[legend]

Public Field Index:

Jobjob
 The job.
 
bool keep
 

Field Details:

◆ job

Job* alib::threadmodel::ThreadPool::QueueEntry::job

The job.

Definition at line 234 of file threadpool.inl.

◆ keep

bool alib::threadmodel::ThreadPool::QueueEntry::keep

If true, the job is not deleted by the processing worker, but has to be deleted by the caller.

Definition at line 235 of file threadpool.inl.


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