Back to Browse

Javascript: Macro vs Micro Tasks

24.8K views
Nov 21, 2019
5:28

In this video we look at the differences between how Macro and Micro tasks are scheduled by the browser. Micro tasks are executed immediately after the code that kicked them off completes. And Macro tasks will execute once the browser and finished all previously queued tasks. So a subtle but important difference between the two. Further information on the Event Loop for javscript in Browsers: https://www.youtube.com/watch?v=cCOL7MC4Pl0&vl=iw

Download

1 formats

Video Formats

360pmp412.0 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

Javascript: Macro vs Micro Tasks | NatokHD