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

Typed job with priority aging support to prevent starvation. More...

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

Go to the source code of this file.

Classes

class  kcenon::thread::aging_typed_job_t< job_type >
 A typed job with priority aging support. More...
 

Namespaces

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

Typedefs

using kcenon::thread::aging_typed_job = aging_typed_job_t<job_types>
 A convenient alias for aging_typed_job_t using the job_types type.
 

Detailed Description

Typed job with priority aging support to prevent starvation.

See also
aging_typed_job_queue_t For the queue that ages these jobs

Definition in file aging_typed_job.h.