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

Configuration for enhanced work-stealing with NUMA awareness. More...

#include "enhanced_steal_policy.h"
#include "steal_backoff_strategy.h"
#include <chrono>
#include <cstddef>
Include dependency graph for enhanced_work_stealing_config.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  kcenon::thread::enhanced_work_stealing_config
 Configuration for enhanced work-stealing with NUMA awareness. More...
 

Namespaces

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

Detailed Description

Configuration for enhanced work-stealing with NUMA awareness.

See also
numa_work_stealer

Definition in file enhanced_work_stealing_config.h.