Completed
Event Loop Delay
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Observing Node.js
Automatically move to the next video in the Classroom when playback concludes
- 1 Observing Node.js James Snell
- 2 What's happening inside?
- 3 Your Challenge: In what order will the statements be printed?
- 4 Four Critical Concepts
- 5 The Microtask Queue
- 6 The event loop executes only one task at a time.
- 7 When JavaScript is running the Event Loop is not
- 8 Event Loop Delay
- 9 JavaScript is not asynchronous.
- 10 Bootstrap » Main Event Loop
- 11 Bootstrap: Node.js loads it's own JavaScript...
- 12 Main: Node.js loads and executes user code...
- 13 Event Loop: Started after main scope exits...
- 14 First Rule of Node.js Performance: Know when your code is running
- 15 Async Hooks
- 16 Bubble Profiling
- 17 Bootstrap Trace Events
- 18 Trick Question: Are Promises Asynchronous?
- 19 Trick Question: Do Promises execute concurrently?