DEV Community

Discussion on: Understanding the Node.js Event Loop

Collapse
 
pedrolcn profile image
Pedro Nascimento

Great article, the event loop must be one of the most misunterstood aspects of Node.js.

What happens with promises though? In which phase are resolved promise callbacks executed? And what about microtasks ?