- Sort Score
- Num 10 results
- Language All
Results 11 - 11 of 11 for interruptTask (0.27 seconds)
-
android/guava/src/com/google/common/util/concurrent/TrustedListenableFutureTask.java
} @Override protected void afterDone() { super.afterDone(); if (wasInterrupted()) { InterruptibleTask<?> localTask = task; if (localTask != null) { localTask.interruptTask(); } } this.task = null; } @Override protected @Nullable String pendingToString() { InterruptibleTask<?> localTask = task; if (localTask != null) {
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Fri Jul 11 18:52:30 GMT 2025 - 5.5K bytes - Click Count (0)