Concurrency & Parallelism Of Threads In Operating System :
What is a Thread :
A thread = smallest unit of execution inside a process
A process is like a program (container)A thread is like a worker inside that program
Each thread has:
Program Counter (PC) →
operating-systems-beginner-to-pro.hashnode.dev5 min read