MCPcopy Create free account
hub / github.com/caozhiyi/CppNet / ~CCppNetImpl

Method ~CCppNetImpl

net/CppNetImpl.cpp:27–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27CCppNetImpl::~CCppNetImpl() {
28 Join();
29 _thread_vec.clear();
30 _actions_map.clear();
31 _accept_socket.clear();
32}
33
34void CCppNetImpl::Init(uint32_t thread_num) {
35#ifndef __linux__

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected