Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/caozhiyi/CppNet
/ CTimer
Method
CTimer
net/Timer.cpp:7–9 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
using namespace cppnet;
6
7
CTimer::CTimer() : _pool(new base::CMemoryPool(1024, 20)) {
8
9
}
10
11
CTimer::~CTimer() {
12
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected