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

Method ~timer_queue

source/timers/timer_queue.cpp:155–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153 m_max_waiting_time(max_waiting_time) {}
154
155timer_queue::~timer_queue() noexcept {
156 shutdown();
157 assert(!m_worker.joinable());
158}
159
160void timer_queue::add_internal_timer(std::unique_lock<std::mutex>& lock, timer_ptr new_timer) {
161 assert(lock.owns_lock());

Callers

nothing calls this directly

Calls 2

shutdownFunction · 0.85
joinableMethod · 0.80

Tested by

no test coverage detected