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

Method timer

source/timers/timer.cpp:35–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35timer::timer(std::shared_ptr<timer_state_base> timer_impl) noexcept : m_state(std::move(timer_impl)) {}
36
37timer::~timer() noexcept {
38 cancel();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected