gtk-rs / gtk-rs-core

Rust bindings for GNOME libraries
https://gtk-rs.org/gtk-rs-core
MIT License
272 stars 104 forks source link

[FEATURE REQUEST] Sync for ThreadGuard #1385

Closed misson20000 closed 2 months ago

misson20000 commented 2 months ago

Is there a reason it doesn't implement Sync? Seems to me like it should be fine to implement Sync for ThreadGuard.

sdroege commented 2 months ago

It doesn't implement Sync right now because that wasn't needed yet and nobody thought of adding it. I don't see a problem with adding it. Do you want to provide a PR doing that?

bilelmoussaoui commented 2 months ago

See also #1082