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

Specialized job class that encapsulates user-defined callbacks. More...

#include <functional>
#include <memory>
#include <optional>
#include <string>
#include <vector>
#include "job.h"
Include dependency graph for callback_job.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  kcenon::thread::callback_job
 A specialized job class that encapsulates user-defined callbacks. More...
 

Namespaces

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

Detailed Description

Specialized job class that encapsulates user-defined callbacks.

See also
job For the base job class
job_builder For fluent job construction

Definition in file callback_job.h.