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: Add missing Send bound to the output type of the `spawn_from_within()` future #1383

Closed sdroege closed 5 months ago

felinira commented 5 months ago

I'm very surprised that this missing bound did not lead to a compiler error before. After all, it only calls safe code.