| 25 | } |
| 26 | |
| 27 | CCppNetImpl::~CCppNetImpl() { |
| 28 | Join(); |
| 29 | _thread_vec.clear(); |
| 30 | _actions_map.clear(); |
| 31 | _accept_socket.clear(); |
| 32 | } |
| 33 | |
| 34 | void CCppNetImpl::Init(uint32_t thread_num) { |
| 35 | #ifndef __linux__ |
nothing calls this directly
no outgoing calls
no test coverage detected