Constructor
DexFuturefirstv
Declaration [src]
DexFuture*
dex_future_firstv (
DexFuture* const* futures,
guint n_futures
)
Description [src]
Creates a new DexFuture that resolves or rejects as soon as the
first dependent future resolves or rejects, sharing the same result.
This constructor is renamed to () in language bindings.