Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for trySetCancelled (0.17 sec)

  1. android/guava/src/com/google/common/util/concurrent/ExecutionSequencer.java

                // throwables or completion values.
                newFuture.setFuture(oldFuture);
              } else if (outputFuture.isCancelled() && taskExecutor.trySetCancelled()) {
                // If this CAS succeeds, we know that the provided callable will never be invoked,
                // so when oldFuture completes it is safe to allow the next submitted task to
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Thu Feb 01 21:46:34 GMT 2024
    - 22.1K bytes
    - Viewed (0)
Back to top