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

Method background_executor

source/runtime/runtime.cpp:121–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119}
120
121std::shared_ptr<concurrencpp::thread_pool_executor> runtime::background_executor() const noexcept {
122 return m_background_executor;
123}
124
125std::shared_ptr<concurrencpp::thread_executor> runtime::thread_executor() const noexcept {
126 return m_thread_executor;

Callers 7

mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by 2