|
Thread System 0.3.1
High-performance C++20 thread pool with work stealing and DAG scheduling
|
Implementation of callback-based job execution for the thread system. More...
#include <kcenon/thread/core/callback_job.h>
Go to the source code of this file.
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::thread |
| Core threading foundation of the thread system library. | |
Implementation of callback-based job execution for the thread system.
This file contains the implementation of the callback_job class, which provides a flexible way to create jobs using lambda functions, function objects, or plain function pointers. The callback_job class supports multiple callback types for different use cases and automatic error handling conversion.
Key Features:
Definition in file callback_job.cpp.