| 107 | } |
| 108 | |
| 109 | std::shared_ptr<concurrencpp::timer_queue> runtime::timer_queue() const noexcept { |
| 110 | return m_timer_queue; |
| 111 | } |
| 112 | |
| 113 | std::shared_ptr<concurrencpp::inline_executor> runtime::inline_executor() const noexcept { |
| 114 | return m_inline_executor; |