thread of execution

From SEGGER Knowledge Base
Jump to navigation Jump to 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.