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