|
Thread System 0.3.1
High-performance C++20 thread pool with work stealing and DAG scheduling
|
Fluent builder for creating and configuring jobs with composition. More...
#include "job.h"#include "retry_policy.h"#include "cancellation_token.h"#include <chrono>#include <functional>#include <memory>#include <string>#include <type_traits>#include <vector>
Go to the source code of this file.
Classes | |
| class | kcenon::thread::job_builder |
| Fluent builder for creating and configuring jobs with composition. More... | |
| class | kcenon::thread::job_builder::built_job |
| Internal job implementation created by the builder. More... | |
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::thread |
| Core threading foundation of the thread system library. | |
Functions | |
| auto | kcenon::thread::make_job () -> job_builder |
Fluent builder for creating and configuring jobs with composition.
Definition in file job_builder.h.