Skip to content

[Concurrency] Add *Continuation.resume() for continuations returning Void. #35829

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

Merged
merged 3 commits into from
Feb 9, 2021
Merged

Conversation

grynspan
Copy link
Contributor

@grynspan grynspan commented Feb 8, 2021

This change implements the changes proposed in swift-evolution PR #1264.
Existing test coverage should be sufficient here since the added function
simply calls into the existing resume(returning:) function.

This change resolves rdar://74031110.

This change implements the changes proposed in swift-evolution PR #1264.
Existing test coverage should be sufficient here since the added function
simply calls into the existing `resume(returning:)` function.

This change resolves rdar://74031110.
@grynspan
Copy link
Contributor Author

grynspan commented Feb 8, 2021

@swift-ci Please test

@swift-ci
Copy link
Contributor

swift-ci commented Feb 8, 2021

Build failed
Swift Test OS X Platform
Git Sha - 5db55aa

@grynspan
Copy link
Contributor Author

grynspan commented Feb 8, 2021

@swift-ci Please test

1 similar comment
@grynspan
Copy link
Contributor Author

grynspan commented Feb 8, 2021

@swift-ci Please test

@grynspan
Copy link
Contributor Author

grynspan commented Feb 8, 2021

CI went down mid-test there so reran.

@grynspan
Copy link
Contributor Author

grynspan commented Feb 9, 2021

@swift-ci Please test

@grynspan
Copy link
Contributor Author

grynspan commented Feb 9, 2021

Accidentally pushed some mess. Reverted.

@swift-ci Please test

@grynspan grynspan changed the title Add *Continuation.resume() for continuations returning Void. [Concurrency] Add *Continuation.resume() for continuations returning Void. Feb 9, 2021
@grynspan grynspan merged commit 6bddba2 into swiftlang:main Feb 9, 2021
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.

4 participants