Subclasses can override this method to implement interruption of the future's computation. The method is invoked automatically by a successful call to #cancel(boolean) cancel(true). The default implementation does nothing. @since 10.0
()
| 577 | |
| 578 | |
| 579 | protected void interruptTask() {} |
| 580 | |
| 581 | /** |
| 582 | * Returns true if this future was cancelled with {@code mayInterruptIfRunning} set to {@code |