Thread System 0.3.1
High-performance C++20 thread pool with work stealing and DAG scheduling
Loading...
Searching...
No Matches
kcenon::thread::job_info Struct Reference

Information about a job for starvation callback. More...

#include <priority_aging_config.h>

Collaboration diagram for kcenon::thread::job_info:
Collaboration graph

Public Attributes

std::string job_name
 
std::chrono::milliseconds wait_time
 
int priority_boost
 

Detailed Description

Information about a job for starvation callback.

Definition at line 39 of file priority_aging_config.h.

Member Data Documentation

◆ job_name

std::string kcenon::thread::job_info::job_name

Definition at line 41 of file priority_aging_config.h.

◆ priority_boost

int kcenon::thread::job_info::priority_boost

Definition at line 43 of file priority_aging_config.h.

◆ wait_time

std::chrono::milliseconds kcenon::thread::job_info::wait_time

Definition at line 42 of file priority_aging_config.h.


The documentation for this struct was generated from the following file: