This file contains the server network implementation for Asio. More...
#include <functional>
#include <string>
#include <thread>
#include <unordered_map>
#include <vector>
#include "asio.hpp"
#include "Interfaces/INetworkServer.hpp"
#include "Interfaces/Protocol/Protocol.hpp"
Go to the source code of this file.
Classes | |
class | srv::AsioServer |
Network implementation with asio for server. More... | |
Namespaces | |
namespace | srv |
Macros | |
#define | ASIO_STANDALONE |
This file contains the server network implementation for Asio.
Definition in file AsioServer.hpp.
#define ASIO_STANDALONE |
Definition at line 15 of file AsioServer.hpp.