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

Wikidata facts

Subclass of
task
Part of
process
Named after
stream
Image
TLS principle.svg
Show 4 more facts
topic's main category
Category:Threads (computing)
Commons category
Threads (computing)
manifestation of
concurrent computing
Sources (4)

via Wikidata · CC0

~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.