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
As it says in the title: could you please add an example for using Asynchronous programming. I'm particularly interested in using GAsyncReadyCallback as it's required as an input to some functions (like the file dialogs).
Thanks!
The text was updated successfully, but these errors were encountered:
Should I take the enhancement label to mean that this is currently not doable? Or is it possible but just bad/unergonomic?
It's possible. In fact, I want to combine it with async/await (using the optimized cl-cont for CPS transformation), but I currently lack the time to delve into it. I have already developed cl-cont-optimizer and have added support for async/await to promise. If you're interested, you can take a look and see if it can be combined with GIO's event loop.
As it says in the title: could you please add an example for using Asynchronous programming. I'm particularly interested in using
GAsyncReadyCallback
as it's required as an input to some functions (like the file dialogs).Thanks!
The text was updated successfully, but these errors were encountered: