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

Fluent builder for creating and configuring jobs with composition. More...

#include "job.h"
#include "retry_policy.h"
#include "cancellation_token.h"
#include <chrono>
#include <functional>
#include <memory>
#include <string>
#include <type_traits>
#include <vector>
Include dependency graph for job_builder.h:

Go to the source code of this file.

Classes

class  kcenon::thread::job_builder
 Fluent builder for creating and configuring jobs with composition. More...
 
class  kcenon::thread::job_builder::built_job
 Internal job implementation created by the builder. More...
 

Namespaces

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

Functions

auto kcenon::thread::make_job () -> job_builder
 

Detailed Description

Fluent builder for creating and configuring jobs with composition.

See also
job For the base job class
callback_job For lambda-based jobs

Definition in file job_builder.h.