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

Method get_due_time

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

Source from the content-addressed store, hash-verified

47}
48
49std::chrono::milliseconds timer::get_due_time() const {
50 throw_if_empty(details::consts::k_timer_empty_get_due_time_err_msg);
51 return std::chrono::milliseconds(m_state->get_due_time());
52}
53
54std::chrono::milliseconds timer::get_frequency() const {
55 throw_if_empty(details::consts::k_timer_empty_get_frequency_err_msg);

Calls

no outgoing calls