TypeScript API Documentation for DEX
API Version: 1
Library Version: 1.0.0
Generated with TypeDoc via ts-for-gir v5.2.0
Since 1.0
Use this when running on a thread spawned with dex_thread_spawn() and you need to block the thread until future has resolved or rejected.
dex_thread_spawn()
future
a Dex.Future
true if future resolved, otherwise false and error is set to the rejection.
true
false
error
1.0
GLib.Error
Use this when running on a thread spawned with
dex_thread_spawn()and you need to block the thread untilfuturehas resolved or rejected.