+ 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?
3 Respuestas
+ 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)
+ 3
yeah. its called multithreading
+ 2
Oh, okay. Thank you anyway