|
Network System 0.1.1
High-performance modular networking library for scalable client-server applications
|
Implementation of thread system integration. More...
#include <kcenon/network/detail/config/feature_flags.h>#include "kcenon/network/integration/thread_integration.h"#include <mutex>#include <atomic>#include <algorithm>#include <stdexcept>#include <thread>#include <queue>#include <condition_variable>
Go to the source code of this file.
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::network |
| Main namespace for all Network System components. | |
| namespace | kcenon::network::integration |
Implementation of thread system integration.
This implementation delegates to thread_system::thread_pool when KCENON_WITH_THREAD_SYSTEM is defined, providing unified thread pool management across the network_system.
Definition in file thread_integration.cpp.