Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chenshuo/muduo
/ queueSize
Method
queueSize
muduo/base/ThreadPool.cc:66–70 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
64
}
65
66
size_t ThreadPool::queueSize() const
67
{
68
MutexLockGuard lock(mutex_);
69
return queue_.size();
70
}
71
72
void ThreadPool::run(Task task)
73
{
Callers
nothing calls this directly
Calls
1
size
Method · 0.45
Tested by
no test coverage detected