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

Function get_frequency

include/concurrencpp/timers/timer.h:53–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51 }
52
53 size_t get_frequency() const noexcept {
54 return m_frequency.load(std::memory_order_relaxed);
55 }
56
57 size_t get_due_time() const noexcept {
58 return m_due_time; // no need to synchronize, const anyway.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected