Hacker News new | ask | show | jobs
by adrusi 4055 days ago
yes, async/await and generators are the same construct, represented by two different syntaxes. Each can be implemented in terms of the other.