Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ByConity/ByConity
/ getMaxQueueSize
Method
getMaxQueueSize
src/Common/ThreadPool.cpp:110–114 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
108
109
template <typename Thread>
110
size_t ThreadPoolImpl<Thread>::getMaxQueueSize() const
111
{
112
std::lock_guard lock(mutex);
113
return queue_size;
114
}
115
116
template <typename Thread>
117
template <typename ReturnType>
Callers
1
scheduleCacheTask
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected