Previously. Historically if you wanted to do asynchronous work in GObject-based applications you would use GAsyncReadyCallback and GAsyncResult. There are two ways to integrate with this form of asynchronous API. In one direction, you can consume this historical API and provide the result as a DexFuture. In the other direction, you can provide this API … Continue reading Integrating Libdex and GAsyncResult