Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
iainmerrick
on Aug 21, 2017
|
parent
|
context
|
favorite
| on:
Async/Await will make code simpler
await/promises/etc mostly exist to solve the problem that JavaScript doesn't have threads
async/await was popularized in C#, which does have threads.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
async/await was popularized in C#, which does have threads.