Skip to content

[Concurrency] Implement sendability checking for @Sendable function… #79651

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

Conversation

xedin
Copy link
Contributor

@xedin xedin commented Feb 27, 2025

… type conversions

Function conversions that cross an isolation boundary require Sendable argument and result types, and the destination function type must be async.

… type conversions

Function conversions that cross an isolation boundary require `Sendable`
argument and result types, and the destination function type must be `async`.
@xedin
Copy link
Contributor Author

xedin commented Mar 3, 2025

@swift-ci please test

Copy link
Member

@hborla hborla left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@xedin xedin merged commit eb7b765 into swiftlang:main Mar 4, 2025
5 checks passed
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.

2 participants