-
Couldn't load subscription status.
- Fork 1.4k
Remove temp_await [part 2]
#7845
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
Conversation
|
@swift-ci test |
25821c7 to
5e955c6
Compare
|
@swift-ci test |
43013a1 to
8aa92ec
Compare
|
@swift-ci test |
8aa92ec to
e82e46c
Compare
|
@swift-ci test |
|
@swift-ci test windows |
|
@swift-ci test windows |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Concerns addressed in an offline conversation (points of feedback to be addressed in immediately following PRs).
Thanks!
Remove usages of
temp_await.Motivation:
temp_awaitis unsafe and it would be better to use trueasyncmethods.Modifications:
Replace 16 uses of
temp_awaitwith actual async methods.Result:
Safer more modern Swift code.