Why Node.js setImmediate executes after I/O callbacks?
问题 As new member, I'm unable to comment on topics, that's why I had to create a new topic. But in this way, I can clarify the problem, so hopefully you guys can help me. I have read quite a lot about Node.js Event Loop. And I have shaped my understanding of it based on following materials: Node.js Event Loop What the heck is the event loop anyway? Why setImmediate() execute before fs.readFile() in Nodejs Event Loop's works? (Please feel free to suggest other materials which are informative and