Y
Hacker News
new
|
ask
|
show
|
jobs
by
Scooty
2457 days ago
I'm not sure how they're handled internally, but async functions are no longer generators. For a while after generators and before async/await, generators were used as a polyfill.
1 comments
pitaj
2456 days ago
Because of how similar they are, it would make sense to implement async/await using existing generator backends in the VM, right?
link