|
Network System 0.1.1
High-performance modular networking library for scalable client-server applications
|
Thread pool integration bridge for network_system. More...
#include "internal/integration/bridge_interface.h"#include "kcenon/network/integration/thread_integration.h"#include <kcenon/network/detail/config/feature_flags.h>#include <memory>#include <string>#include <mutex>#include <atomic>

Go to the source code of this file.
Classes | |
| class | kcenon::network::integration::ThreadPoolBridge |
| Bridge for thread pool integration implementing INetworkBridge. More... | |
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::network |
| Main namespace for all Network System components. | |
| namespace | kcenon::network::integration |
| namespace | network_system |
Macros | |
| #define | KCENON_NETWORK_INTERNAL_INTEGRATION_THREAD_POOL_BRIDGE_H_ |
Thread pool integration bridge for network_system.
This file provides the ThreadPoolBridge class that consolidates thread_system and common_system thread pool integrations into a single, unified bridge.
Design Goals:
Usage Example:
Related Issues:
Definition in file thread_pool_bridge.h.
| #define KCENON_NETWORK_INTERNAL_INTEGRATION_THREAD_POOL_BRIDGE_H_ |
Definition at line 7 of file thread_pool_bridge.h.