| 67 | } |
| 68 | |
| 69 | std::weak_ptr<timer_queue> get_timer_queue() const noexcept { |
| 70 | return m_timer_queue; |
| 71 | } |
| 72 | |
| 73 | void set_new_frequency(size_t new_frequency) noexcept { |
| 74 | m_frequency.store(new_frequency, std::memory_order_relaxed); |
nothing calls this directly
no outgoing calls
no test coverage detected