Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
arghwhat
on Sept 7, 2024
|
parent
|
context
|
favorite
| on:
Asynchronous IO: the next billion-dollar mistake?
async/await is just a syntax built on top of an event driven architecture. Even at the highest level, this is backed by an event loop.
Use of an event loop is the original asynchronous application design.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Use of an event loop is the original asynchronous application design.