MCPcopy Create free account
hub / github.com/antlr/codebuff / interruptTask

Method interruptTask

output/java_guava/1.4.16/AbstractFuture.java:579–579  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

577
578
579 protected void interruptTask() {}
580
581 /**
582 * Returns true if this future was cancelled with {@code mayInterruptIfRunning} set to {@code

Callers 1

cancelMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected