MCPcopy Create free account
hub / github.com/boostorg/asio / empty

Method empty

include/boost/asio/detail/timer_queue.hpp:119–122  ·  view source on GitHub ↗

Whether there are no timers in the queue.

Source from the content-addressed store, hash-verified

117
118 // Whether there are no timers in the queue.
119 virtual bool empty() const
120 {
121 return timers_ == 0;
122 }
123
124 // Get the time for the timer that is earliest in the queue.
125 virtual long wait_duration_msec(long max_duration) const

Callers 6

wait_duration_msecMethod · 0.45
wait_duration_usecMethod · 0.45
get_ready_timersMethod · 0.45
cancel_timerMethod · 0.45
cancel_timer_by_keyMethod · 0.45
remove_timerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected