What is the most accurate way to call a function every N milliseconds?
Using TimerTask for the loop action is the better one. Recommend