MCPcopy Index your code
hub / github.com/antlr/codebuff / TimeoutFuture

Method TimeoutFuture

output/java_guava/1.4.16/TimeoutFuture.java:79–81  ·  view source on GitHub ↗
(ListenableFuture<V> delegate)

Source from the content-addressed store, hash-verified

77 @Nullable
78 private Future<?> timer;
79 private TimeoutFuture(ListenableFuture<V> delegate) {
80 this.delegateRef = Preconditions.checkNotNull(delegate);
81 }
82
83 /** A runnable that is called when the delegate or the timer completes. */
84

Callers

nothing calls this directly

Calls 1

checkNotNullMethod · 0.95

Tested by

no test coverage detected