aboutsummaryrefslogtreecommitdiffstats
path: root/tests/timer
AgeCommit message (Collapse)AuthorFilesLines
2008-12-27Make the test timer a noinst programHolger Freyther1-1/+1
2008-12-27Introduce a simple timer API....Holger Freyther2-0/+67
One can use add_timer or schedule_timer to add a timer. After the timeout time has been reached the callback will be called. One can call add_time/schedule_timer and del_timer from within the callback.