Multithreading
Multithreading
(or)
Multithreading in python
Multitasking
Multitasking is a process of executing multiple tasks
simultaneously.
Example:
– Typing a python program in notepad.
– Listening lectures.
– Downloading a file from internet.
The above three tasks are performed simultaneously in a
system, but there is no dependence of one task on another task.