We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I think this default Service.run():
Service.run()
async def run(self): await asyncio.Future() yield
(maybe with a comment why there is yield?) would be more intelligible for the users - they will not think that any yield is really required.
yield
The text was updated successfully, but these errors were encountered:
duplicate of #443 closed via #448
Sorry, something went wrong.
No branches or pull requests
I think this default
Service.run()
:(maybe with a comment why there is
yield
?) would be more intelligible for the users - they will not think that anyyield
is really required.The text was updated successfully, but these errors were encountered: