Programming with Python

  1. Home
  2. Docs
  3. Programming with Python
  4. Multithreading

Multithreading

Multithreading is a process which helps us to do multitasking. Multithreading is very useful for saving time and improving performance, but it cannot be applied everywhere.

Multithreading allows us to multiple tasks which are unrelated processes. These processes do not share their resources and communicate through IPC.

Articles

Was this article helpful to you? Yes No

How can we help?