|
Network System 0.1.1
High-performance modular networking library for scalable client-server applications
|
Bidirectional adapters between network_system's thread_pool_interface and common_system's IExecutor/IThreadPool interfaces. More...
#include <kcenon/network/detail/config/feature_flags.h>#include "kcenon/network/integration/thread_integration.h"#include <chrono>#include <functional>#include <future>#include <memory>#include <stdexcept>#include <string>
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 |
Bidirectional adapters between network_system's thread_pool_interface and common_system's IExecutor/IThreadPool interfaces.
This header provides adapter classes that enable interoperability between network_system's local thread pool interface and common_system's unified executor interfaces.
Definition in file thread_pool_adapters.h.