We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2321e82 commit f358b71Copy full SHA for f358b71
book/src/07_threads/01_threads.md
@@ -6,7 +6,7 @@ and why we might want to use them.
6
## What is a thread?
7
8
A **thread** is an execution context managed by the underlying operating system.\
9
-Each thread has its own stack, instruction pointer, and program counter.
+Each thread has its own stack and instruction pointer.
10
11
A single **process** can manage multiple threads.
12
These threads share the same memory space, which means they can access the same data.
0 commit comments