📚 Reference


📜 Chapter


Promise

process

Event loop (이벤트 루프)


[동기 코드 실행]
→ [Microtask Queue 실행]
→ [Macrotask (setTimeout 등) 실행]
→ [반복]

Node.js 이벤트 루프 단계


  1. timerssetTimeout, setInterval 콜백 실행
  2. pending callbacks – I/O 에러 콜백