|
Thread System 0.3.1
High-performance C++20 thread pool with work stealing and DAG scheduling
|
Variables | |
| constexpr std::array | test_priority_strings = { "Top", "Middle", "Bottom" } |
| Array of string representations for each test priority level. | |
| constexpr size_t | test_priority_count = test_priority_strings.size() |
| Total number of test types available in test_priority_strings. | |
|
constexpr |
Total number of test types available in test_priority_strings.
Definition at line 39 of file test_type.h.
Referenced by to_string().
|
constexpr |
Array of string representations for each test priority level.
Definition at line 34 of file test_type.h.
Referenced by to_string().