|
Thread System 0.3.1
High-performance C++20 thread pool with work stealing and DAG scheduling
|
Fluent builder for creating dag_job instances with dependencies. More...
#include "dag_job.h"#include <functional>#include <initializer_list>#include <memory>#include <optional>#include <string>#include <vector>

Go to the source code of this file.
Classes | |
| class | kcenon::thread::dag_job_builder |
| Fluent builder for creating dag_job instances. More... | |
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::thread |
| Core threading foundation of the thread system library. | |
Fluent builder for creating dag_job instances with dependencies.
Definition in file dag_job_builder.h.