COMP 401

The loop that the user interface uses is continuous as there is a delay. The delay is implemented so during the loop there is not much busy waiting and the user is able to still use the application in any way they desire. The loop takes the current time of the day and the adds 250ms and then waits till the current time is equal to the new time. ................
................