THREADS AND CONCURRENCY
A thread is a basic unit of execution. A process has one or more threads carrying out specific tasks. A process is a program under execution. It is an instance of an application software currently running in memory. A thread is a basic unit of CPU ut...
Feb 17, 20218 min read100
