Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Epic] Convert co coroutines to async functions #575

Closed
dtinth opened this issue Oct 2, 2019 · 0 comments · Fixed by #772
Closed

[Epic] Convert co coroutines to async functions #575

dtinth opened this issue Oct 2, 2019 · 0 comments · Fixed by #772

Comments

@dtinth
Copy link
Member

dtinth commented Oct 2, 2019

The Bemuse project was started in 2015, where async function is not standard yet. At that time, generators and promises are becoming the ES2015 standard, so we used the co library to implement our async functions.

Fast-forward to 2019, now we have async function built into Node.js and web browsers. It's about time to convert the remaining usage of co to async functions!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant