Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chenshuo/muduo
/ ThreadLocalSingleton
Method
ThreadLocalSingleton
muduo/base/ThreadLocalSingleton.h:21–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
{
20
public:
21
ThreadLocalSingleton() = delete;
22
~ThreadLocalSingleton() = delete;
23
24
static T& instance()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected