A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Thread

Table of Contents

About

Multithreaded-process.svg
A process with two threads of execution, running on one processor

In Computer science, a thread of execution is the executed concurrently (via multithreading capabilities), sharing resources such as memory, while different processes do not share these resources1.

Anki

References


  1. Wikipedia. “Thread (computing)”. Available at: https://en.wikipedia.org/wiki/Thread_(computing). (Accessed: [2025-05-07 Wed 18:55]). ↩︎

Related Posts