|
Network System 0.1.1
High-performance modular networking library for scalable client-server applications
|
#include "internal/core/session_handle.h"#include <atomic>#include <chrono>#include <functional>#include <memory>#include <shared_mutex>#include <string>#include <unordered_map>#include <vector>

Go to the source code of this file.
Classes | |
| struct | kcenon::network::core::unified_session_config |
| Configuration for unified session management. More... | |
| class | kcenon::network::core::unified_session_manager |
| Type-erased session manager that handles any session type. More... | |
| struct | kcenon::network::core::unified_session_manager::stats |
| Comprehensive session manager statistics. More... | |
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::network |
| Main namespace for all Network System components. | |
| namespace | kcenon::network::core |