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

Method cancel

output/java_guava/1.4.17/Futures.java:670–673  ·  view source on GitHub ↗
(boolean mayInterruptIfRunning)

Source from the content-addressed store, hash-verified

668 checkNotNull(function);
669 return new Future<O>() {
670 @Override
671 public boolean cancel(boolean mayInterruptIfRunning) {
672 return input.cancel(mayInterruptIfRunning);
673 }
674
675 @Override
676 public boolean isCancelled() {

Callers 5

runMethod · 0.45
afterDoneMethod · 0.45
callWithTimeoutMethod · 0.45
runInterruptiblyMethod · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected