Disposable, will be removed in 3.1.0@FunctionalInterface @Deprecated public interface Cancellation
Call to the dispose method is/should be idempotent.
| Modifier and Type | Method and Description |
|---|---|
void |
dispose()
Deprecated.
Cancel or dispose the underlying task or resource.
|