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

Method shutdown_requested

source/executors/manual_executor.cpp:239–241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237}
238
239bool manual_executor::shutdown_requested() const {
240 return m_atomic_abort.load(std::memory_order_relaxed);
241}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected