+ 9
How thread is generated in any system??
sololearn
2 Antworten
+ 4
thread in general means a piece of task which gets executed when it gets started and will run till it stops.. so as a whole there is an instruction (or program) which is called in main and has two major function as start or run and stop