MCPcopy Create free account
hub / github.com/BoevaLab/FREEC / ThreadPool

Method ThreadPool

src/ThreadPool.h:183–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected