Method

DexCancellablecancel

Declaration [src]

void
dex_cancellable_cancel (
  DexCancellable* cancellable
)

Description [src]

Rejects cancellable.

Any future that is dependent on this cancellable will be notified of the rejection. For some futures, that may cause them to also reject or resolve.