Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for Interruption (0.07 sec)

  1. 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 Nov 01 12:43:10 UTC 2024
    - Last Modified: Fri Oct 25 13:13:32 UTC 2024
    - 64.7K bytes
    - Viewed (0)
  2. 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 Nov 01 12:43:10 UTC 2024
    - Last Modified: Fri Oct 25 13:13:32 UTC 2024
    - 64.4K bytes
    - Viewed (0)
  3. 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 Nov 01 09:05:11 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 84K bytes
    - Viewed (0)
Back to top