according to the above blog post,"There is only one thread that executes JavaScript code and this is the thread where the event loop is running." but event loop is provided by libuv, and that is no javascript code. can someone clear this above concept and also explain where does libuv run(v8 or operating system or somewhere else) and how it coordinates the tasks??
Asked
Active
Viewed 60 times
-1
-
it runs on your CPU – Jaromanda X Jun 16 '18 at 07:02