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
We have a growing amount of code like this:
lahja/lahja/asyncio/endpoint.py
Lines 368 to 375 in 595a0f5
asyncio.Event
This code is error prone.
Not sure yet.
The text was updated successfully, but these errors were encountered:
EndpointAPI.wait_until_connected_to
No branches or pull requests
What was wrong?
We have a growing amount of code like this:
lahja/lahja/asyncio/endpoint.py
Lines 368 to 375 in 595a0f5
asyncio.Event
to signal something that starts asynchronously in-fact running.This code is error prone.
How can it be fixed?
Not sure yet.
The text was updated successfully, but these errors were encountered: