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

Image
TLS principle.svg
Show 1 more fact
Commons category
Threads (computing)
Sources (4)

via Wikidata · CC0

~25 min read

Article

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.

Connections

Categories