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

Method inline_executor

source/runtime/runtime.cpp:113–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111}
112
113std::shared_ptr<concurrencpp::inline_executor> runtime::inline_executor() const noexcept {
114 return m_inline_executor;
115}
116
117std::shared_ptr<concurrencpp::thread_pool_executor> runtime::thread_pool_executor() const noexcept {
118 return m_thread_pool_executor;

Callers 3

mainFunction · 0.80

Calls

no outgoing calls

Tested by 2