Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
afiori
on Sept 7, 2024
|
parent
|
context
|
favorite
| on:
Asynchronous IO: the next billion-dollar mistake?
Hardware is even-driven not asynchronous (the event-driven paradigm is an asynchronous paradigm, but I assume here you mean asynchronous as in async/await)
arghwhat
on Sept 7, 2024
|
next
[–]
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: