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

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>
Include dependency graph for dag_job_builder.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_job_builder
 Fluent builder for creating dag_job instances. More...
 

Namespaces

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

Detailed Description

Fluent builder for creating dag_job instances with dependencies.

See also
dag_job For the job type
dag_scheduler For the scheduler

Definition in file dag_job_builder.h.