Function

Dex-1Dexthread_wait_forSince 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.

    Parameters

    Returns boolean

    true if future resolved, otherwise false and error is set to the rejection.

    1.0

    GLib.Error