Structure responsible for thread in thread pool Stores jobs to be executed by this thread (jobs can be stolen by another thread) Stores cache for logs
Function starting execution of thread main loop External threads can call this function to start executing jobs
Thread id. Valid only for this thread pool
Pool this thread belongs to
See Implementation
Structure responsible for thread in thread pool Stores jobs to be executed by this thread (jobs can be stolen by another thread) Stores cache for logs