Constructor
DexFutureall_racev
Declaration [src]
DexFuture*
dex_future_all_racev (
DexFuture* const* futures,
guint n_futures
)
Description [src]
Creates a new DexFuture that resolves when all futures resolve.
If any future rejects, the resulting DexFuture also rejects immediately.
This constructor is renamed to () in language bindings.