|
Thread System 0.3.1
High-performance C++20 thread pool with work stealing and DAG scheduling
|
Runtime configuration management with typed key-value storage. More...
#include <any>#include <filesystem>#include <fstream>#include <functional>#include <memory>#include <mutex>#include <sstream>#include <string>#include <unordered_map>#include <variant>#include <vector>#include <kcenon/thread/core/event_bus.h>

Go to the source code of this file.
Classes | |
| struct | kcenon::thread::validation_result |
| Configuration validation result. More... | |
| class | kcenon::thread::configuration_manager |
| Configuration manager for unified system configuration. More... | |
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::thread |
| Core threading foundation of the thread system library. | |
Typedefs | |
| using | kcenon::thread::config_value |
| Configuration value type. | |
Runtime configuration management with typed key-value storage.
Definition in file configuration_manager.h.