Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Chad (0.29 sec)

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

        final Object localValue = value;
        return localValue instanceof Cancellation;
      }
    
      /**
       * {@inheritDoc}
       *
       * <p>If a cancellation attempt succeeds on a {@code Future} that had previously been {@linkplain
       * #setFuture set asynchronously}, then the cancellation will also be propagated to the delegate
       * {@code Future} that was supplied in the {@code setFuture} call.
       *
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Mon Apr 22 21:17:24 GMT 2024
    - 63K bytes
    - Viewed (0)
  2. android/guava/src/com/google/common/util/concurrent/MoreExecutors.java

       * Java Language Specification. Tasks execute with the same happens-before order that the function
       * calls to {@link Executor#execute `execute()`} that submitted those tasks had.
       *
       * <p>The executor uses {@code delegate} in order to {@link Executor#execute execute} each task in
       * turn, and does not create any threads of its own.
       *
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Wed Apr 17 16:33:44 GMT 2024
    - 41.8K bytes
    - Viewed (0)
Back to top