Network System 0.1.1
High-performance modular networking library for scalable client-server applications
Loading...
Searching...
No Matches
session_manager_base.h File Reference
#include "internal/core/session_info.h"
#include "internal/core/session_traits.h"
#include <atomic>
#include <chrono>
#include <memory>
#include <mutex>
#include <optional>
#include <shared_mutex>
#include <string>
#include <type_traits>
#include <unordered_map>
#include <vector>
Include dependency graph for session_manager_base.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  kcenon::network::core::session_config
 Configuration for session management. More...
 
class  kcenon::network::core::session_manager_base< SessionType >
 Thread-safe session lifecycle management template. More...
 
struct  kcenon::network::core::session_manager_base< SessionType >::stats
 Comprehensive session manager statistics. More...
 

Namespaces

namespace  kcenon
 
namespace  kcenon::network
 Main namespace for all Network System components.
 
namespace  kcenon::network::core