what is the importance of multithreading | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

what is the importance of multithreading

13th Sep 2016, 4:31 PM
vikas gupta
vikas gupta - avatar
2 Answers
+ 2
You can use that to parallelize your tasks, resulting in a boost of speed in multicore archs.
13th Sep 2016, 4:43 PM
Zen
Zen - avatar
0
you also need it if you have a gui. e.g. would you copy a big file and the GUI runs in the same thread it wouldnt response to your input until the copying is done. so you would need at least 2 threads
13th Sep 2016, 10:19 PM
Tucura
Tucura - avatar