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

Method CCppNetImpl

net/CppNetImpl.cpp:23–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21using namespace cppnet;
22
23CCppNetImpl::CCppNetImpl() : _pool(__mem_block_size, __mem_block_add_step) {
24
25}
26
27CCppNetImpl::~CCppNetImpl() {
28 Join();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected