Thread System 0.3.1
High-performance C++20 thread pool with work stealing and DAG scheduling
Loading...
Searching...
No Matches
dag_scheduler.cpp File Reference
#include <kcenon/thread/dag/dag_scheduler.h>
#include <kcenon/thread/core/callback_job.h>
#include <algorithm>
#include <format>
#include <queue>
#include <sstream>
#include <stack>
#include <thread>
Include dependency graph for dag_scheduler.cpp:

Go to the source code of this file.

Namespaces

namespace  kcenon
 
namespace  kcenon::thread
 Core threading foundation of the thread system library.