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

Don't use inlineCallbacks #410

Open
wsanchez opened this issue Oct 23, 2020 · 2 comments
Open

Don't use inlineCallbacks #410

wsanchez opened this issue Oct 23, 2020 · 2 comments

Comments

@wsanchez
Copy link
Member

We have some use of inlineCallbacks in code that would be nicer with async/await syntax.

@graingert
Copy link
Member

graingert commented Oct 23, 2020

You can replace returnValue(x) with return x without switching to coros

@wsanchez
Copy link
Member Author

wsanchez commented Feb 1, 2021

You can replace returnValue(x) with return x without switching to coros

Is that better?

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

No branches or pull requests

2 participants