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

Base typed job carrying a specific priority level. More...

#include <kcenon/thread/core/job.h>
#include "job_types.h"
Include dependency graph for 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::typed_job_t< job_type >
 Typed job template. More...
 

Namespaces

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

Typedefs

using kcenon::thread::typed_job = typed_job_t<job_types>
 A convenient alias for typed_job_t using the job_types type.
 

Detailed Description

Base typed job carrying a specific priority level.

See also
typed_thread_pool

Definition in file typed_job.h.