An Interest In:
Web News this Week
- January 24, 2023
- January 23, 2023
- January 22, 2023
- January 21, 2023
- January 20, 2023
- January 19, 2023
- January 18, 2023
Javascript MicroTask vs MacroTask Queue - Visually Explained
I created this above animation to help you understand the difference between MicroTask & MacroTask Queue in JavaScript
Took me almost 5-6 hrs to create this for you guys
Now, let's understand the difference between MicroTask Queue & MacroTask Queue in JavaScript
Microtask Queue:
In JavaScript, a microtask queue is a queue of tasks that are executed after the current task (i.e., the task currently being executed by the JavaScript engine) completes. These tasks include things like resolving Promises and updating the DOM
Macrotask Queue:
A microtask queue, on the other hand, is a queue of tasks that are executed after all microtasks have been processed. These tasks include things like setTimeout and setInterval. The JavaScript engine processes the tasks in the microtask queue before moving on to the tasks in the macrotask queue
Hope this is helpful
Do Like & Save
me on Linkedin for more:
Tips+ Guides + Resources related to programming and Web Development
Do Follow me here on dev.to
Original Link: https://dev.to/rammcodes/javascript-microtask-vs-macrotask-queue-visually-explained-2209

Dev To

More About this Source Visit Dev To