Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for something (0.23 sec)

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

            }
            return true;
          }
          localValue = value; // we lost the cas, fall through and maybe cancel
        }
        // The future has already been set to something. If it is cancellation we should cancel the
        // incoming future.
        if (localValue instanceof Cancellation) {
          // we don't care if it fails, this is best-effort.
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Mon Apr 22 21:17:24 GMT 2024
    - 63K bytes
    - Viewed (0)
Back to top