| 158 | } |
| 159 | |
| 160 | int worker_thread_executor::max_concurrency_level() const noexcept { |
| 161 | return details::consts::k_worker_thread_max_concurrency_level; |
| 162 | } |
| 163 | |
| 164 | bool worker_thread_executor::shutdown_requested() const { |
| 165 | return m_atomic_abort.load(std::memory_order_relaxed); |
nothing calls this directly
no outgoing calls
no test coverage detected