thread of execution

From SEGGER Wiki
Revision as of 22:20, 6 June 2019 by MartinBaldwin (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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.