MCPcopy 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
58ThreadPool::~ThreadPool() noexcept
59{
60 shut_down();
61}
62
63void
64ThreadPool::enqueue_detach(std::function<void()> function)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected