Class
DexCancellable
Description [src]
final class Dex.Cancellable : GObject.TypeInstance
{
/* No available fields */
}
DexCancellable
is a simple cancellation primitive which allows
for you to create DexFuture
that will reject upon cancellation.
Use this combined with other futures using dex_future_all_race()
to create a future that resolves when all other futures complete
or dex_cancellable_cancel()
is called to reject.