MCPcopy Create free account
hub / github.com/David-Haim/concurrencpp / ~thread_executor

Method ~thread_executor

source/executors/thread_executor.cpp:12–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10 m_thread_terminated_callback(thread_terminated_callback) {}
11
12thread_executor::~thread_executor() noexcept {
13 assert(m_workers.empty());
14 assert(m_last_retired.empty());
15}
16
17void thread_executor::enqueue_impl(std::unique_lock<std::mutex>& lock, concurrencpp::task& task) {
18 assert(lock.owns_lock());

Callers

nothing calls this directly

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected