Macrotasks
Everything on SkillVeris tagged Macrotasks — collected across the glossary, study notes, blog, and cheat sheets.
2 resources across 1 library
Interview Questions(2)
Microtask vs Macrotask Queue: What Is the Difference?
The microtask queue holds high-priority callbacks like Promise .then() handlers and queueMicrotask(), which the event loop fully drains after every single sync…
How Does the Event Loop Order Microtasks and Macrotasks?
After each single macrotask finishes executing, the event loop fully drains the entire microtask queue — including any new microtasks scheduled during that dra…