Skip to content
EntityQ213092· pop 40· linked from 1,096 articles

Also known as daemon thread, execution thread, computer thread, computing thread, software thread, thread of execution

smallest sequence of programmed instructions that can be managed independently by a scheduler

~25 min read

Encyclopedic overview

A process with two threads of execution, running on one processor Program vs. process vs. thread scheduling, preemption, context switching

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 many cases, a thread is a component of a process.

Excerpted from Wikipedia’s “thread” article, available under the CC BY-SA 4.0 licence.