|
Thread System 0.3.1
High-performance C++20 thread pool with work stealing and DAG scheduling
|
Implementation of backpressure-aware job queue. More...
#include <kcenon/thread/core/backpressure_job_queue.h>#include <kcenon/thread/utils/formatter.h>#include <algorithm>#include <chrono>
Go to the source code of this file.
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::thread |
| Core threading foundation of the thread system library. | |
Implementation of backpressure-aware job queue.
This file contains the implementation of the backpressure_job_queue class, which extends job_queue with comprehensive backpressure mechanisms including multiple policies, rate limiting, and adaptive control.
Definition in file backpressure_job_queue.cpp.