-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Concurrency: Implement resume(returning:)
and resume(throwing:)
for Unsafe*Continuation.
#34902
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
Concurrency: Implement resume(returning:)
and resume(throwing:)
for Unsafe*Continuation.
#34902
Conversation
@swift-ci please test |
Build failed |
5d1398e
to
6393773
Compare
@swift-ci Please test |
Build failed |
6393773
to
37e6bb1
Compare
@swift-ci Please test |
Build failed |
Build failed |
…or Unsafe*Continuation.
37e6bb1
to
185f44e
Compare
@swift-ci Please test |
@swift-ci please test Linux |
@swift-ci please test macOS |
The |
libdispatch is not part of the system on Linux and Windows, and dispatch has not been used for the standard library up until this point. The current usage is limited to the Apple platforms, so rather than adding another build of dispatch, conditionally include the header instead.
Concurrency: repair the build after #34902
* 'main' of github.com:apple/swift: Concurrency: repair the build after swiftlang#34902
I think we're going to have to do that so that at least the C portions of Dispatch can be a dependency of _Concurrency, at least when we're not configured to use some alternate implementation. |
Sorry, I had meant to |
No description provided.