How event loop in Nodejs exectues callback from finished asynchronous task?

Viewed 51

In browser JavaScript Runtime, finished asynchronous task are pushed from callback queue or job queue to callstack of v8 engine. Is it the same for Nodejs?

0 Answers
Related