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

Make swf::error::Error implement Send + Sync #17200

Merged
merged 1 commit into from
Jul 21, 2024

Conversation

FeldrinH
Copy link
Contributor

Fixes #7945. I also added a simple test that will fail to compile if Send + Sync on swf::error::Error is accidentally lost due to future changes.

@Aaron1011 Aaron1011 merged commit aa3f046 into ruffle-rs:master Jul 21, 2024
17 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.

Implement Send+Sync for swf::error::Error
2 participants