You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 26, 2020. It is now read-only.
Callbacks are considered working as of 5d81d4e.
A callback is, naturally, an owned lambda. For GIO async methods, a callback is called in the thread owning the object's affine GMainContext.
We need to figure out the semantics of passing safe callbacks from Rust to GObject:
The text was updated successfully, but these errors were encountered: