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

Convert promises to async-await #227

Merged
merged 1 commit into from
Oct 29, 2024
Merged

Conversation

AA-Turner
Copy link
Member

On a non-local network, promises are sufficiently slow to resolve that the fall-through executes first. Switching to async-await should ensure strict ordering.

A

@AA-Turner AA-Turner merged commit 58c9634 into python:main Oct 29, 2024
5 checks passed
@AA-Turner AA-Turner deleted the switchers/async branch October 29, 2024 22:22
@AA-Turner AA-Turner mentioned this pull request Oct 29, 2024
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 this pull request may close these issues.

1 participant