| 63 | } |
| 64 | |
| 65 | std::shared_ptr<executor> get_executor() const noexcept { |
| 66 | return m_executor; |
| 67 | } |
| 68 | |
| 69 | std::weak_ptr<timer_queue> get_timer_queue() const noexcept { |
| 70 | return m_timer_queue; |
nothing calls this directly
no outgoing calls
no test coverage detected