MCPcopy 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
109template <typename Thread>
110size_t ThreadPoolImpl<Thread>::getMaxQueueSize() const
111{
112 std::lock_guard lock(mutex);
113 return queue_size;
114}
115
116template <typename Thread>
117template <typename ReturnType>

Callers 1

scheduleCacheTaskMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected