Skip to content

Instantly share code, notes, and snippets.

@akshada-systematix
akshada-systematix / InfiniteTimer
Created March 13, 2015 12:21
Infinite Timer Loop to make function calls at different interval of time
--Infinite timer with different time interval
--Initialize timers
local timer_1, timer_2, timer_3
function A()
print(“This is function A”)