Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit ff2c87f

Browse files
Create 16-Async-EventLoops.md
1 parent 087f4c6 commit ff2c87f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

‎Notes/16-Async-EventLoops.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Episode 16 : Asynchronous JS and Event Loops
2+
3+
> Note that call stack will execeute any execeution context which enters it. Time, tide and JS waits for none. TLDR : Call stack has no timer
4+
5+
**Browser has JS Engine which has Call Stack which has Global exec context, local exec context etc**
6+
- But browser has many other *superpowers* - Local storage space, Timer, place to enter URL, Bluetooth access, Geolocation access and so on
7+
- Now JS needs some way to connect the callstack with all these superpowers.
8+

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /