Class
DexFutureSet
Description [src]
final class Dex.FutureSet : GObject.TypeInstance
{
/* No available fields */
}
DexFutureSet
represents a set of DexFuture
.
You may retrieve each underlying DexFuture
using dex_future_set_get_future_at().
The DexFutureStatus
of of the DexFutureSet
depends on how the set
was created using dex_future_all(), dex_future_any(), and similar mmethods.
Instance methods
dex_future_set_get_size
Gets the number of futures associated with the DexFutureSet
. You may
use dex_future_set_get_future_at()
to obtain the individual DexFuture
.