|
Logger System 0.1.3
High-performance C++20 thread-safe logging system with asynchronous capabilities
|
Standalone IExecutor implementation using std::jthread. More...
#include <kcenon/logger/core/thread_integration_detector.h>#include <kcenon/logger/logger_export.h>

Go to the source code of this file.
Standalone IExecutor implementation using std::jthread.
This file provides a standalone IExecutor implementation that uses std::jthread (or fallback) for async task execution. It serves as the default executor when thread_system is not available.
This implementation wraps the existing async_worker functionality to provide the IExecutor interface, enabling runtime executor injection without compile-time dependencies on thread_system.
Key features:
Definition in file standalone_executor.h.