Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
21
using namespace cppnet;
22
23
CCppNetImpl::CCppNetImpl() : _pool(__mem_block_size, __mem_block_add_step) {
24
25
}
26
27
CCppNetImpl::~CCppNetImpl() {
28
Join();
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected