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

Classes

struct  kcenon::thread::module_version
 Version information for thread_system module. More...
 

Variables

static constexpr int major = 0
 
static constexpr int minor = 3
 
static constexpr int patch = 0
 
static constexpr int tweak = 0
 
static constexpr const char * string = "0.3.0.0"
 
static constexpr const char * module_name = "kcenon.thread"
 

Files

file  src/modules/thread.cppm
 Primary C++20 module for thread_system.
 
file  src/modules/core.cppm
 C++20 module partition for thread_system core components.
 
file  src/modules/queue.cppm
 C++20 module partition for thread_system queue implementations.