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

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>
Include dependency graph for configuration_manager.h:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

Runtime configuration management with typed key-value storage.

Definition in file configuration_manager.h.