- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for Interruption (0.04 sec)
-
android/guava/src/com/google/common/util/concurrent/Futures.java
} private void recordOutputCancellation(boolean interruptIfRunning) { wasCancelled = true; // If all the futures were cancelled with interruption, cancel the input futures // with interruption; otherwise cancel without if (!interruptIfRunning) { shouldInterrupt = false; } recordCompletion(); }
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 64.3K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.3.md
* In order to safely upgrade an existing Kubernetes cluster without interruption of volume attach/detach logic: * First upgrade the master to Kubernetes v1.3. * This will start the new attach/detach controller.
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Thu Dec 24 02:28:26 UTC 2020 - 84K bytes - Viewed (0)