+ 1
Definition of thread
Can anyone give me clear definition of thread ??
1 Resposta
+ 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.