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

Method max_concurrency_level

source/executors/thread_executor.cpp:51–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51int thread_executor::max_concurrency_level() const noexcept {
52 return details::consts::k_thread_executor_max_concurrency_level;
53}
54
55bool thread_executor::shutdown_requested() const {
56 return m_atomic_abort.load(std::memory_order_relaxed);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected