InspIRCd
3.0
|
#include <timer.h>
Public Member Functions | |
void | TickTimers (time_t TIME) |
void | AddTimer (Timer *T) |
void | DelTimer (Timer *T) |
This class manages sets of Timers, and triggers them at their defined times. This will ensure timers are not missed, as well as removing timers that have expired and allowing the addition of new ones.
void TimerManager::DelTimer | ( | Timer * | T | ) |
void TimerManager::TickTimers | ( | time_t | TIME | ) |
Tick all pending Timers
TIME | the current system time |