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