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