mirror of
https://github.com/elua/elua.git
synced 2025-01-25 01:02:54 +08:00
a6a9829ff1
- 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)