Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
25
namespace tev {
26
27
ThreadPool::ThreadPool() : ThreadPool{thread::hardware_concurrency()} {}
28
29
ThreadPool::ThreadPool(size_t maxNumThreads, bool force) {
30
if (!force) {
Callers
nothing calls this directly
Calls
1
min
Function · 0.85
Tested by
no test coverage detected