CallbackTimer()//1 sec Timer { Dosomework();//it will take 2 sec to complete }
↧
If I am having 1 sec timer calling a fucntion,my function will take 2sec to return what will happen?
↧
CallbackTimer()//1 sec Timer { Dosomework();//it will take 2 sec to complete }