Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chenshuo/muduo
/ ~ThreadPool
Method
~ThreadPool
muduo/base/ThreadPool.cc:25–31 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
}
24
25
ThreadPool::~ThreadPool()
26
{
27
if (running_)
28
{
29
stop();
30
}
31
}
32
33
void ThreadPool::start(int numThreads)
34
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected