Thread System 0.3.1
High-performance C++20 thread pool with work stealing and DAG scheduling
Loading...
Searching...
No Matches
kcenon::thread::module_version Struct Referenceexport

Version information for thread_system module. More...

Collaboration diagram for kcenon::thread::module_version:
Collaboration graph

Static Public Attributes

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"
 

Detailed Description

Version information for thread_system module.

Definition at line 46 of file thread.cppm.

Member Data Documentation

◆ major

int kcenon::thread::module_version::major = 0
staticconstexprexport

Definition at line 47 of file thread.cppm.

◆ minor

int kcenon::thread::module_version::minor = 3
staticconstexprexport

Definition at line 48 of file thread.cppm.

◆ module_name

const char* kcenon::thread::module_version::module_name = "kcenon.thread"
staticconstexprexport

Definition at line 52 of file thread.cppm.

◆ patch

int kcenon::thread::module_version::patch = 0
staticconstexprexport

Definition at line 49 of file thread.cppm.

◆ string

const char* kcenon::thread::module_version::string = "0.3.0.0"
staticconstexprexport

Definition at line 51 of file thread.cppm.

◆ tweak

int kcenon::thread::module_version::tweak = 0
staticconstexprexport

Definition at line 50 of file thread.cppm.


The documentation for this struct was generated from the following file: