gtk-rs / gtk-rs-core

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

glib: Implement Sync for ThreadGuard #1388

Closed misson20000 closed 4 months ago

misson20000 commented 5 months ago

Closes #1385. Wasn't sure whether there was some undocumented and esoteric reason this is unsafe to do. Seems fine to me and nobody has come forth in the issue to claim it would be unsafe.