+ 2

what is thread in programming?

I heard it once, can you explain it in a short explanation?

5th Jun 2017, 1:05 AM
Dendi Handian
Dendi Handian - avatar
1 ответ
+ 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.
5th Jun 2017, 1:20 AM
Ulisses Cruz
Ulisses Cruz - avatar