Thread System 0.3.1
High-performance C++20 thread pool with work stealing and DAG scheduling
Loading...
Searching...
No Matches
dag Directory Reference
Directory dependency graph for dag:
include/kcenon/thread/dag

Files

 dag_config.h
 Configuration for DAG scheduler including failure handling policies.
 
 dag_job.h
 DAG-aware job with dependency tracking and unique identifiers.
 
 dag_job_builder.h
 Fluent builder for creating dag_job instances with dependencies.
 
 dag_scheduler.h
 DAG-based job scheduler with dependency management and topological execution.