Constructor
DexFutureany
Declaration [src]
DexFuture*
dex_future_any (
DexFuture* first_future,
...
)
Description [src]
Creates a new DexFuture
that will resolve when any dependent future
resolves, providing the same result as the resolved future.
If no futures resolve, then the future will reject.
Parameters
first_future |
DexFuture |
A |
|
The called function takes ownership of the data, and is responsible for freeing it. | |
... |
|
A |
Return value
Returns: | DexFuture |
A |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. |