Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Rethink Async
Search
hemanth.hm
October 31, 2018
Programming
1
88
Rethink Async
Rethink Async in JavaScript
hemanth.hm
October 31, 2018
Tweet
Share
More Decks by hemanth.hm
See All by hemanth.hm
Web Components v1
gnumanth
1
110
Harmony with ES6!
gnumanth
6
1.2k
Ants and Algorithm
gnumanth
1
120
NoSQL?
gnumanth
1
250
Google's whitepaper
gnumanth
3
130
Python Intro
gnumanth
1
390
Other Decks in Programming
See All in Programming
OUPC2024 Day 1 解説
kowerkoint
0
380
Goで作るChrome Extensions / Fukuoka.go #21
n3xem
2
2.5k
Introduction to C Extensions
sylph01
3
150
安全に倒し切るリリースをするために:15年来レガシーシステムのフルリプレイス挑戦記
sakuraikotone
5
1.9k
snacks.nvim内のセットアップ不要なプラグインを紹介 / introduce_snacks_nvim
uhooi
0
280
RecSys2024 参加報告
unonao
1
170
‘무차별 LGTM~👍’만 외치던 우리가 ‘고봉밥 코드 리뷰’를?
hannah0731
0
480
複雑なフォームと複雑な状態管理にどう向き合うか / #newt_techtalk vol. 15
izumin5210
4
2.3k
WordPress Playground for Developers
iambherulal
0
110
コードジェネレーターで 効率的な開発をする / Efficient development with code generators
linyows
0
180
AtCoder Heuristic First-step Vol.1 講義スライド(山登り法・焼きなまし法編)
takumi152
3
830
プログラミング教育のコスパの話
superkinoko
0
100
Featured
See All Featured
Understanding Cognitive Biases in Performance Measurement
bluesmoon
27
1.6k
How to train your dragon (web standard)
notwaldorf
91
5.9k
Writing Fast Ruby
sferik
628
61k
Measuring & Analyzing Core Web Vitals
bluesmoon
6
290
Build The Right Thing And Hit Your Dates
maggiecrowley
34
2.6k
Rails Girls Zürich Keynote
gr2m
94
13k
Code Reviewing Like a Champion
maltzj
521
39k
Building Better People: How to give real-time feedback that sticks.
wjessup
367
19k
What’s in a name? Adding method to the madness
productmarketing
PRO
22
3.4k
4 Signs Your Business is Dying
shpigford
183
22k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
8
690
Raft: Consensus for Rubyists
vanstee
137
6.8k
Transcript
None
None
None
None
Okies....but it blocks, duh!
None
OK, not bad...now process that file.
None
None
None
None
None
None
None
None
None
Streams are broken, callbacks are not great to work with,
errors are vague, tooling is not great, community convention is sort of there..
None
! async-await !
ASYNC Whatever is retunred shall be a Promise. We can
use await operator in it!
AWAIT await an oparator that suspends execution of the scope.
until the awaited promise is resolved or rejects rejects results in a throw
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
h3manth.com @gnumanth !