|
Thread System 0.3.1
High-performance C++20 thread pool with work stealing and DAG scheduling
|
Unified header for all std::formatter specializations in thread_system. More...
#include <kcenon/thread/utils/formatter.h>#include <kcenon/thread/utils/formatter_macros.h>#include <kcenon/thread/core/thread_conditions.h>#include <kcenon/thread/core/thread_pool_fmt.h>#include <kcenon/thread/impl/typed_pool/job_types.h>
Go to the source code of this file.
Macros | |
| #define | KCENON_THREAD_INTERNAL_INCLUDE |
Unified header for all std::formatter specializations in thread_system.
This header provides a single include point for all std::formatter specializations in the thread_system library. Instead of including individual *_fmt.h headers, users can include this file to get formatting support for all thread_system types.
This header consolidates formatter definitions that were previously spread across multiple files. The individual type headers still contain their formatter specializations inline for backward compatibility.
For enum types, you can also use the kcenon::thread::utils::enum_formatter template with a custom converter functor.
Definition in file formatters.h.
| #define KCENON_THREAD_INTERNAL_INCLUDE |
Definition at line 60 of file formatters.h.