|
Network System 0.1.1
High-performance modular networking library for scalable client-server applications
|
#include <array>#include <atomic>#include <functional>#include <memory>#include <mutex>#include <span>#include <system_error>#include <vector>#include <asio.hpp>#include "internal/utils/common_defs.h"#include "kcenon/network-core/interfaces/socket_observer.h"

Go to the source code of this file.
Classes | |
| class | kcenon::network::internal::tcp_socket |
A lightweight wrapper around asio::ip::tcp::socket, enabling asynchronous read and write operations. More... | |
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::network |
| Main namespace for all Network System components. | |
| namespace | kcenon::network::internal |