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

Because of how similar they are, it would make sense to implement async/await using existing generator backends in the VM, right?