|
Thread System 0.3.1
High-performance C++20 thread pool with work stealing and DAG scheduling
|
Job queue with backpressure mechanisms for overflow and rate limiting. More...
#include "job_queue.h"#include "backpressure_config.h"#include "token_bucket.h"#include <memory>#include <mutex>

Go to the source code of this file.
Classes | |
| class | kcenon::thread::backpressure_job_queue |
| A job queue with comprehensive backpressure mechanisms. More... | |
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::thread |
| Core threading foundation of the thread system library. | |
Job queue with backpressure mechanisms for overflow and rate limiting.
Definition in file backpressure_job_queue.h.