Entry in the field DbgKnownJobs.
Definition at line 212 of file threadpool.hpp.
#include <threadpool.hpp>
Public Field Index: | |
size_t | JobSize |
The size of the job object. | |
const std::type_info * | TID |
The job type. | |
size_t | Usage |
Counter of scheduled jobs of this type. | |
size_t JobSize |
The size of the job object.
Definition at line 215 of file threadpool.hpp.
const std::type_info* TID |
The job type.
Definition at line 214 of file threadpool.hpp.
size_t Usage |
Counter of scheduled jobs of this type.
Definition at line 216 of file threadpool.hpp.