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

Method timer_queue

source/runtime/runtime.cpp:109–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107}
108
109std::shared_ptr<concurrencpp::timer_queue> runtime::timer_queue() const noexcept {
110 return m_timer_queue;
111}
112
113std::shared_ptr<concurrencpp::inline_executor> runtime::inline_executor() const noexcept {
114 return m_inline_executor;

Callers 3

mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected