Method
DexAsyncResultawait
Declaration [src]
void
dex_async_result_await (
DexAsyncResult* async_result,
DexFuture* future
)
Description [src]
Tracks the result of future and uses the value to complete async_result,
eventually calling the registered GAsyncReadyCallback.