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

Method max_concurrency_level

source/executors/worker_thread_executor.cpp:160–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158}
159
160int worker_thread_executor::max_concurrency_level() const noexcept {
161 return details::consts::k_worker_thread_max_concurrency_level;
162}
163
164bool worker_thread_executor::shutdown_requested() const {
165 return m_atomic_abort.load(std::memory_order_relaxed);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected