We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Example of where this would help: https://github.com/ianprime0509/nonograms/blob/5556297d10584502b84535ec258d02931254389d/src/main.zig#L300
Maybe try to detect such async methods and create a new async namespace for each type (similar to signals, etc.) with wrapper functions.
async
signals
Further reading with some heuristics on detecting async method pairs: https://gitlab.gnome.org/GNOME/gobject-introspection/-/issues/28
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Example of where this would help: https://github.com/ianprime0509/nonograms/blob/5556297d10584502b84535ec258d02931254389d/src/main.zig#L300
Maybe try to detect such async methods and create a new
async
namespace for each type (similar tosignals
, etc.) with wrapper functions.Further reading with some heuristics on detecting async method pairs: https://gitlab.gnome.org/GNOME/gobject-introspection/-/issues/28
The text was updated successfully, but these errors were encountered: