#include <nub/timer.h>
Public Member Functions | |
timer (unsigned int msec, bool repeat=false) | |
void | schedule (rutz::shared_ptr< nub::scheduler > s) |
void | cancel () |
unsigned int | delay_msec () const |
void | set_delay_msec (unsigned int msec) |
bool | is_repeating () const |
void | set_repeating (bool repeat) |
bool | is_pending () const |
double | elapsed_msec () const |
Public Attributes | |
nub::signal0 | sig_timeout |
Definition at line 49 of file timer.h.