CancellationFuture<T> extension
Thrown when a job is cancellled
- on
-
- Future<
T>
- Future<
Methods
-
swallowCancellation(
) → Future< T?> -
Available on Future<
T> , provided by the CancellationFuture extensionfuture.swallowCancellation().maybeThen(doSomething)