|
Thread System 0.3.1
High-performance C++20 thread pool with work stealing and DAG scheduling
|
Options struct for unified submit() API. More...
#include <string>#include <optional>#include <chrono>

Go to the source code of this file.
Classes | |
| struct | kcenon::thread::submit_options |
| Options for submitting jobs to the thread pool. More... | |
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::thread |
| Core threading foundation of the thread system library. | |
Options struct for unified submit() API.
This file defines the submit_options struct used by the unified submit() methods in thread_pool. It provides a flexible way to configure job submission behavior.
Definition in file submit_options.h.