mirror of
https://github.com/caozhiyi/CppNet.git
synced 2026-01-19 00:05:14 +08:00
7 lines
152 B
C++
7 lines
152 B
C++
#include "socket_interface.h"
|
|
|
|
namespace cppnet {
|
|
|
|
thread_local std::unordered_map<uint64_t, std::shared_ptr<Socket>> Socket::__all_socket_map;
|
|
|
|
} |