thread of execution

From SEGGER Wiki
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.