Skip to content

Commit d30b0ce

Browse files
Update README.md
1 parent 2359fec commit d30b0ce

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

09_Advanced_Topics/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,9 @@ Extract IPs, error codes, or timestamps from server logs or monitoring data.
161161
### 🔹 **Multithreading**
162162

163163
**Definition:**
164-
Used to run multiple tasks **concurrently** in the same process — useful for I/O-bound operations (like file or network access).
164+
Multithreading means running multiple threads (smaller units of a process) concurrently to perform different tasks at the same time.
165+
166+
> 👉 Each thread runs in the same process memory, sharing variables and resources.
165167
166168
### Example:
167169

0 commit comments

Comments
 (0)