|
Thread System 0.3.1
High-performance C++20 thread pool with work stealing and DAG scheduling
|
DAG-based job scheduler with dependency management and topological execution. More...
#include "dag_job.h"#include "dag_job_builder.h"#include "dag_config.h"#include <kcenon/thread/core/thread_pool.h>#include <kcenon/thread/core/error_handling.h>#include <atomic>#include <condition_variable>#include <future>#include <memory>#include <mutex>#include <optional>#include <shared_mutex>#include <string>#include <unordered_map>#include <unordered_set>#include <vector>

Go to the source code of this file.
Classes | |
| class | kcenon::thread::dag_scheduler |
| DAG-based job scheduler with dependency management. More... | |
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::thread |
| Core threading foundation of the thread system library. | |
DAG-based job scheduler with dependency management and topological execution.
Definition in file dag_scheduler.h.