-
Notifications
You must be signed in to change notification settings - Fork 70
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
GTask is unusable #150
Comments
Should be fixed by this upstream: https://bugzilla.gnome.org/show_bug.cgi?id=693576 (assuming lgi handles the threading parts?) |
lgi should be thread-safe in most use cases, so after the fix lands in glib, this should start to work. |
It might help move it along if somebody from lgi tests it and insures it works here too. |
It still isn't working. Bug: https://gitlab.gnome.org/GNOME/glib/issues/668 |
Is this outdated now with #226? |
This function is there in last Gtk/GLib, closing this. |
Please, look at this:
> lgi = require 'lgi'
> gio = lgi.Gio
> a = gio.Task(nil, gio.Cancellable(), function() print('Yay!!!') end)
> print(a.run_in_thread)
[string "print(a.run)"]:1: Gio.Task: no 'run_in_thread'
...
The text was updated successfully, but these errors were encountered: