What is the whole point of using threads in a program? | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
0

What is the whole point of using threads in a program?

24th Jan 2017, 1:15 PM
Robben Amari
2 Respuestas
+ 1
when you make big calculations or processing, the gui will freeze until that calculation is done. we use threads so the calculations are done in the bckground and our gui will not freeze. hence our program will be more eficient.
24th Jan 2017, 1:43 PM
Uran Kajtazaj
Uran Kajtazaj - avatar
0
Thanx for the answer
24th Jan 2017, 5:21 PM
Robben Amari