MCPcopy Create free account
hub / github.com/David-Haim/concurrencpp / get_timer_queue

Function get_timer_queue

include/concurrencpp/timers/timer.h:69–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected