Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Shangyizhou/A-Tiny-Network-Library
/ numCreated
Method
numCreated
include/tiny_network/base/Thread.h:25–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
const std::string& name() const { return name_; }
24
25
static int numCreated() { return numCreated_; }
26
27
private:
28
void setDefaultName(); // 设置线程名
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected