Whether there are no timers in the queue.
| 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 |
no outgoing calls
no test coverage detected