+ 2
what is thread in programming?
I heard it once, can you explain it in a short explanation?
1 Respuesta
+ 2
Basiclly, multithreading is the ability to run more than one function (for example) in parallel (they run at the same time, side by side.)
Each of the units that are running in parallel is called a thread.