Container element of the queue.
Definition at line 232 of file threadpool.inl.
Public Field Index: | |
| Job * | job |
| The job. | |
| bool | keep |
| Job* alib::threadmodel::ThreadPool::QueueEntry::job |
The job.
Definition at line 234 of file threadpool.inl.
| 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.