Open rationalis-petra opened 1 year ago
Should I take the enhancement label to mean that this is currently not doable? Or is it possible but just bad/unergonomic?
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!