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

Abstract scheduler interface for queuing and retrieving jobs. More...

#include <memory>
#include <kcenon/thread/core/error_handling.h>
#include <kcenon/thread/core/job.h>
Include dependency graph for scheduler_interface.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  kcenon::thread::scheduler_interface
 Scheduler interface for queuing and retrieving jobs. More...
 

Namespaces

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

Detailed Description

Abstract scheduler interface for queuing and retrieving jobs.

See also
job_queue For the primary implementation

Definition in file scheduler_interface.h.