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

Description:

Container element of the queue.

Definition at line 256 of file threadpool.hpp.

#include <threadpool.hpp>

Collaboration diagram for ThreadPool::QueueEntry:
[legend]

Public Field Index:

Jobjob
 The job.
 
bool keep
 

Field Details:

◆ job

Job* job

The job.

Definition at line 258 of file threadpool.hpp.

◆ keep

bool keep

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

Definition at line 259 of file threadpool.hpp.


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