|
Thread System 0.3.1
High-performance C++20 thread pool with work stealing and DAG scheduling
|
Implementation of worker thread for thread pool execution. More...
#include <kcenon/thread/core/thread_worker.h>#include <kcenon/thread/diagnostics/thread_pool_diagnostics.h>#include <kcenon/thread/utils/formatter.h>#include <thread>
Go to the source code of this file.
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::thread |
| Core threading foundation of the thread system library. | |
Implementation of worker thread for thread pool execution.
This file contains the implementation of the thread_worker class, which represents individual worker threads within a thread pool. Each worker thread continuously processes jobs from a shared job queue until the thread pool is shut down.
Key Features:
Worker Lifecycle:
Performance Characteristics:
Definition in file thread_worker.cpp.