Difference between revisions of "thread of execution"

From SEGGER Wiki
Jump to: navigation, search
(Created page with "Category:Knowledge Base In computing, a thread of execution, or thread, is a path of execution through a computer program. Threads are a way for a program to split itself...")
 
(No difference)

Latest revision as of 22:20, 6 June 2019

In computing, a thread of execution, or thread, is a path of execution through a computer program.

Threads are a way for a program to split itself into two or more tasks that run in parallel.