|
Network System 0.1.1
High-performance modular networking library for scalable client-server applications
|
#include <atomic>#include <chrono>#include <functional>#include <future>#include <memory>#include <mutex>#include <asio.hpp>#include "internal/core/messaging_client.h"

Go to the source code of this file.
Classes | |
| struct | kcenon::network::utils::connection_health |
| Contains connection health metrics. More... | |
| class | kcenon::network::utils::health_monitor |
| Monitors connection health with heartbeat mechanism. More... | |
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::network |
| Main namespace for all Network System components. | |
| namespace | kcenon::network::utils |
| Utility components for network_system. | |