Sequential and Concurrent statements. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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?

10th Dec 2019, 5:51 AM
Samuel Egbeola
Samuel Egbeola - avatar
1 Answer
+ 1
I can't answer this precisely, however I suggest you look up "threading". I think this is what you need.
10th Dec 2019, 8:17 PM
Russ
Russ - avatar