Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ccache/ccache
/ ~ThreadPool
Method
~ThreadPool
src/ccache/util/threadpool.cpp:58–61 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
56
}
57
58
ThreadPool::~ThreadPool() noexcept
59
{
60
shut_down();
61
}
62
63
void
64
ThreadPool::enqueue_detach(std::function<void()> function)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected