Definition of thread | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Definition of thread

Can anyone give me clear definition of thread ??

11th May 2018, 9:51 AM
Kriptan Thapa
Kriptan Thapa - avatar
1 Answer
+ 5
In computer science, a thread of execution is the smallest sequence of programmed instructions that can be managed independently by a scheduler, which is typically a part of the operating system. ... In particular, the threads of a process share its executable code and the values of its variables at any given time.
11th May 2018, 4:32 PM
Maninder $ingh
Maninder $ingh - avatar