What is the use of threads in real-world | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is the use of threads in real-world

1st Sep 2016, 3:47 PM
laxarun
2 Answers
+ 2
Threads are mostly used in the games and animations. As a real life example, you can look at chrome browser. This browser uses threads to process every tab differently, Look at your taskbar while your chrome application is running, then count the total process of chrome, when you will open a new tab in chrome will create another process in the taskbar process. Chome uses multithread to do this. That's why chrome works faster than other browsers.
1st Sep 2016, 4:34 PM
Alberuni Azad
Alberuni Azad - avatar
+ 1
Videogames
2nd Sep 2016, 6:16 PM
Luis Arce
Luis Arce - avatar