|
Network System 0.1.1
High-performance modular networking library for scalable client-server applications
|
#include <atomic>#include <chrono>#include <functional>#include <memory>#include <string>#include <vector>#include "internal/core/messaging_client.h"#include "kcenon/network/detail/utils/result_types.h"

Go to the source code of this file.
Classes | |
| class | kcenon::network::utils::resilient_client |
| Wrapper around messaging_client that adds automatic reconnection with exponential backoff and circuit breaker pattern. More... | |
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::network |
| Main namespace for all Network System components. | |
| namespace | kcenon::network::utils |
| Utility components for network_system. | |