MCPcopy 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
66size_t ThreadPool::queueSize() const
67{
68 MutexLockGuard lock(mutex_);
69 return queue_.size();
70}
71
72void ThreadPool::run(Task task)
73{

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected