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

std::formatter specializations for thread_pool More...

#include <kcenon/thread/utils/convert_string.h>
#include <format>
#include <string>
#include <string_view>
Include dependency graph for thread_pool_fmt.h:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

std::formatter specializations for thread_pool

Date
2025-01-11
Deprecated
This header is deprecated. Include <kcenon/thread/formatters.h> instead for unified access to all formatter specializations.

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.