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

Callback-based typed job for priority-aware lambda execution. More...

#include "typed_job.h"
Include dependency graph for callback_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::callback_typed_job_t< job_type >
 Callback-based typed job template. More...
 

Namespaces

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

Typedefs

using kcenon::thread::callback_typed_job = callback_typed_job_t<job_types>
 Type alias for a callback_typed_job_t that uses job_types as its priority type.
 

Detailed Description

Callback-based typed job for priority-aware lambda execution.

See also
typed_thread_pool

Definition in file callback_typed_job.h.