|
Thread System 0.3.1
High-performance C++20 thread pool with work stealing and DAG scheduling
|
std::formatter specializations for thread_pool More...
#include <kcenon/thread/utils/convert_string.h>#include <format>#include <string>#include <string_view>

Go to the source code of this file.
Classes | |
| struct | std::formatter< kcenon::thread::thread_pool > |
Specialization of std::formatter for kcenon::thread::thread_pool. More... | |
| struct | std::formatter< kcenon::thread::thread_pool, wchar_t > |
Specialization of std::formatter for wide-character kcenon::thread::thread_pool. More... | |
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::thread |
| Core threading foundation of the thread system library. | |
std::formatter specializations for thread_pool
This file contains std::formatter specializations for the thread_pool class, enabling formatting via C++20 std::format.
Separated from thread_pool.h to reduce header size and improve compilation times.
Definition in file thread_pool_fmt.h.