Thread System 0.3.1
High-performance C++20 thread pool with work stealing and DAG scheduling
Loading...
Searching...
No Matches
backpressure_job_queue.cpp File Reference

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>
Include dependency graph for backpressure_job_queue.cpp:

Go to the source code of this file.

Namespaces

namespace  kcenon
 
namespace  kcenon::thread
 Core threading foundation of the thread system library.
 

Detailed Description

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.