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

Method max_concurrency_level

source/executors/thread_pool_executor.cpp:622–624  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

620}
621
622int thread_pool_executor::max_concurrency_level() const noexcept {
623 return static_cast<int>(m_workers.size());
624}
625
626bool thread_pool_executor::shutdown_requested() const {
627 return m_abort.load(std::memory_order_relaxed);

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected