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

Method thread_executor

source/runtime/runtime.cpp:125–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123}
124
125std::shared_ptr<concurrencpp::thread_executor> runtime::thread_executor() const noexcept {
126 return m_thread_executor;
127}
128
129std::shared_ptr<concurrencpp::worker_thread_executor> runtime::make_worker_thread_executor() {
130 auto executor = std::make_shared<worker_thread_executor>();

Callers 15

mainFunction · 0.45
mainFunction · 0.45
test_lazy_result_runMethod · 0.45
test_resume_on_refMethod · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls