|
Thread System 0.3.1
High-performance C++20 thread pool with work stealing and DAG scheduling
|
Specialized job class that encapsulates user-defined callbacks. More...
#include <functional>#include <memory>#include <optional>#include <string>#include <vector>#include "job.h"

Go to the source code of this file.
Classes | |
| class | kcenon::thread::callback_job |
| A specialized job class that encapsulates user-defined callbacks. More... | |
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::thread |
| Core threading foundation of the thread system library. | |
Specialized job class that encapsulates user-defined callbacks.
Definition in file callback_job.h.