Thread System 0.3.1
High-performance C++20 thread pool with work stealing and DAG scheduling
Loading...
Searching...
No Matches
dag_scheduler.h File Reference

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>
Include dependency graph for dag_scheduler.h:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

DAG-based job scheduler with dependency management and topological execution.

See also
dag_job For the dependency-aware job type

Definition in file dag_scheduler.h.