Y
Hacker News
new
|
ask
|
show
|
jobs
by
gpderetta
586 days ago
The event loop behind async await is completely equivalent to thread scheduler.
1 comments
jmillikin
586 days ago
An event loop is one possible way to implement an async/await executor, but by far not the only way, or even necessarily the most widely used.
link
gpderetta
586 days ago
Either we have vastly different definitions for event loop or my imagination is very limited.
link