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

Method thread_pool_executor

source/runtime/runtime.cpp:117–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117std::shared_ptr<concurrencpp::thread_pool_executor> runtime::thread_pool_executor() const noexcept {
118 return m_thread_pool_executor;
119}
120
121std::shared_ptr<concurrencpp::thread_pool_executor> runtime::background_executor() const noexcept {
122 return m_background_executor;

Callers 15

mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls