1
0
mirror of https://github.com/elua/elua.git synced 2025-01-25 01:02:54 +08:00
Bogdan Marinescu a6a9829ff1 Started to modify the timer infrastructure
- added explicit support for the system timer in common_tmr.c
- all the functions in the tmr module will now use the system timer
  by default (if no id is specified)
- infinite timeout will be specified by using a special timer ID
  rather than using negative timeout values (this allows the timer
  data type to be unsigned and increases the timer range)
2011-10-07 17:19:51 +03:00
..
2009-06-22 23:49:21 +00:00
2010-07-12 20:56:54 +00:00
2010-01-27 00:58:08 +00:00