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 sync feature flag #56

Merged
merged 1 commit into from
Jan 23, 2025
Merged

Add sync feature flag #56

merged 1 commit into from
Jan 23, 2025

Conversation

endrift
Copy link
Contributor

@endrift endrift commented Jan 23, 2025

Much like the send feature flag, the sync feature flag enables the Sync trait on all relevant types to allow full cross-thread access, depending on the safety of the underlying udev library.

Followup to #55. I probably should have filed this at the same time. I'm not sure if these should be separate feature flags, but you already tagged 0.9.2 with send so that's in a stable build now.

Much like the `send` feature flag, the `sync` feature flag enables the Sync
trait on all relevant types to allow full cross-thread access, depending on the
safety of the underlying udev library.
@Drakulix Drakulix merged commit cad441d into Smithay:master Jan 23, 2025
26 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