Introduce a simple timer API....

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.
9 files changed
tree: 668e806888d49e1f32b026b5f7b83bb8c6e733d4
  1. include/
  2. src/
  3. tests/
  4. configure.in
  5. Makefile.am