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

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>
Include dependency graph for backpressure_job_queue.h:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

Job queue with backpressure mechanisms for overflow and rate limiting.

See also
job_queue For the base queue implementation

Definition in file backpressure_job_queue.h.