Multiple things running at once | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Multiple things running at once

Is it possible to have multiple things running once? For example have a in-program clock running while other code is executing at the same time?

1st Jan 2017, 12:29 AM
***
3 Answers
+ 2
you should google it, the first results are good tutorials with examples. i would like to explain it but its pretty long, and its advised to learn how these things work from the basics, because it's one of the most complex part of programming. (there are even full books about it)
1st Jan 2017, 1:45 AM
DFX
DFX - avatar
+ 3
yeah. its called multithreading
1st Jan 2017, 1:36 AM
DFX
DFX - avatar
+ 2
Oh, okay. Thank you anyway
1st Jan 2017, 1:47 AM
***