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

Method ~runtime

source/runtime/runtime.cpp:99–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99concurrencpp::runtime::~runtime() noexcept {
100 try {
101 m_timer_queue->shutdown();
102 m_registered_executors.shutdown_all();
103
104 } catch (...) {
105 std::abort();
106 }
107}
108
109std::shared_ptr<concurrencpp::timer_queue> runtime::timer_queue() const noexcept {
110 return m_timer_queue;

Callers

nothing calls this directly

Calls 2

shutdown_allMethod · 0.80
shutdownMethod · 0.45

Tested by

no test coverage detected