| 181 | friend ThreadPool* ThreadPoolManager::newThreadPool(const std::string& name); |
| 182 | |
| 183 | ThreadPool(ThreadPoolManager* thrPoolManager, const std::string& name) : thrPoolManager(thrPoolManager), name(name) { } |
| 184 | |
| 185 | }; |
| 186 |
nothing calls this directly
no outgoing calls
no test coverage detected