MCPcopy Create free account
hub / github.com/Tom94/tev / ThreadPool

Method ThreadPool

src/ThreadPool.cpp:27–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25namespace tev {
26
27ThreadPool::ThreadPool() : ThreadPool{thread::hardware_concurrency()} {}
28
29ThreadPool::ThreadPool(size_t maxNumThreads, bool force) {
30 if (!force) {

Callers

nothing calls this directly

Calls 1

minFunction · 0.85

Tested by

no test coverage detected