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

Configuration for priority aging and starvation prevention. More...

#include <chrono>
#include <functional>
#include <string>
#include <cstdint>
Include dependency graph for priority_aging_config.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  kcenon::thread::job_info
 Information about a job for starvation callback. More...
 
struct  kcenon::thread::priority_aging_config
 Configuration for priority aging behavior. More...
 
struct  kcenon::thread::aged_priority< P >
 Priority with aging support. More...
 

Namespaces

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

Enumerations

enum class  kcenon::thread::aging_curve : uint8_t { kcenon::thread::linear , kcenon::thread::exponential , kcenon::thread::logarithmic }
 Defines different aging curve algorithms. More...
 

Detailed Description

Configuration for priority aging and starvation prevention.

See also
aging_typed_job_queue_t

Definition in file priority_aging_config.h.