-
Notifications
You must be signed in to change notification settings - Fork 78
Remove all instances of AskResponse.wait() use #998
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
**Motivation:** `warning: 'wait()' is deprecated: Blocking API will be removed in favor of async await` **Modifications:** Switches `AskResponse.wait()` over to `await AskResponse.value` **Result:** - Resolves apple#994
|
Can one of the admins verify this patch? |
7 similar comments
|
Can one of the admins verify this patch? |
|
Can one of the admins verify this patch? |
|
Can one of the admins verify this patch? |
|
Can one of the admins verify this patch? |
|
Can one of the admins verify this patch? |
|
Can one of the admins verify this patch? |
|
Can one of the admins verify this patch? |
|
@swift-server-bot test this please |
|
nightly failure was |
|
Very nice, thank you @ruslanskorb ! |
Motivation:
warning: 'wait()' is deprecated: Blocking API will be removed in favor of async awaitModifications:
Switches
AskResponse.wait()over toawait AskResponse.valueResult: