+ 4
Sequential and Concurrent statements.
Hello guys! How can I make an action run in real time and another run periodically after a time delay on the same program without having to write two separate codes?
1 Resposta
+ 1
I can't answer this precisely, however I suggest you look up "threading". I think this is what you need.