TCP服务器 更多...
#include "Socket.hpp"#include "threadpool.hpp"#include "nocopy.hpp"#include <iostream>#include <functional>

类 | |
| class | XuServer::ThreadData |
| 线程信息 更多... | |
| class | XuServer::TcpServer |
| TCP服务器 更多... | |
命名空间 | |
| namespace | XuServer |
类型定义 | |
| using | XuServer::CallBack = std::function< std::string(std::vector< char > &, bool *error_code)> |
| 服务器回调函数 | |
TCP服务器