Skip to content
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

Add Sendable to a few Rust types #504

Merged
merged 2 commits into from
Jan 24, 2025
Merged

Conversation

crazytonyli
Copy link
Contributor

These types are used in Swift 6 code in the app side, which throws concurrency check errors unless they conform to Sendable.

I don't think we need to do this manually for too long. Hopefully, the auto-Sendable feature will be released in the next uniffi-rs release.

@crazytonyli crazytonyli enabled auto-merge (squash) January 24, 2025 08:11
@crazytonyli crazytonyli merged commit 4ed37d3 into trunk Jan 24, 2025
23 checks passed
@crazytonyli crazytonyli deleted the add-sendable-to-rust-types branch January 24, 2025 20:18
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