Timer with 1 Second In Separate Thread

  • Thread starter Thread starter Tech Aspirant
  • Start date Start date
T

Tech Aspirant

Guest
Hello,

I will have three variable with interval values say

A [Message : This is A]= 5 second , B [Message : This is B]= 10 second , C [Message : This is C]= 5 second

one second timer will run continuously in separate thread once ticks in timer matches with the defined interval in any of the three variables it will print their corresponding message

The program will run continuously.

Continue reading...
 
Back
Top