Constructor
DexFutureall
Declaration [src]
DexFuture*
dex_future_all (
  DexFuture* first_future,
  ...
)
Description [src]
Creates a new DexFuture that will resolve or reject when all futures
either resolve or reject.
This method will return a DexFutureSet which provides API to get
the exact values of the dependent futures. The value of the future
if resolved will be a G_TYPE_BOOLEAN of TRUE.
This constructor is not directly available to language bindings.
The implementation of this constructor is provided by () in language bindings.
Parameters
- first_future
- 
            Type: DexFutureA DexFuture.The called function takes ownership of the data, and is responsible for freeing it. 
- ...
- 
            Type: A NULLterminated list of futures.
Return value
Type: DexFuture
A DexFutureSet.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |