|
Network System 0.1.1
High-performance modular networking library for scalable client-server applications
|
Thread system integration interface for network_system. More...
#include <functional>#include <memory>#include <future>#include <chrono>#include <vector>

Go to the source code of this file.
Classes | |
| class | kcenon::network::integration::thread_pool_interface |
| Interface for thread pool integration. More... | |
| class | kcenon::network::integration::basic_thread_pool |
| Basic thread pool implementation for standalone use. More... | |
| class | kcenon::network::integration::thread_integration_manager |
| Manager for thread system integration. More... | |
| struct | kcenon::network::integration::thread_integration_manager::metrics |
| Get thread pool metrics. More... | |
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::network |
| Main namespace for all Network System components. | |
| namespace | kcenon::network::integration |
| namespace | network_system |
Thread system integration interface for network_system.
This interface provides integration with thread_system for asynchronous task scheduling and thread pool management.
Definition in file thread_integration.h.