75. What is Process and what is Thread
Share
JavaScript is said to be single-threaded, but enabling asynchronous behaviors by Event Loop.
So what is a Thread? What is a Process?
The thread here might help.
JavaScript is said to be single-threaded, but enabling asynchronous behaviors by Event Loop.
So what is a Thread? What is a Process?
The thread here might help.