Constructor
DexFutureallv
Declaration [src]
DexFuture*
dex_future_allv (
DexFuture* const* futures,
guint n_futures
)
Description [src]
Creates a new DexFuture that resolves when all futures resolve.
The resulting DexFuture will not resolve or reject until all futures
have either resolved or rejected.
This constructor is renamed to () in language bindings.