Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for AbstractFutureState (0.19 sec)

  1. guava/src/com/google/common/util/concurrent/AbstractFutureState.java

        abstract @Nullable Waiter gasWaiters(AbstractFutureState<?> future, Waiter update);
    
        /** Performs a GAS operation on {@link AbstractFutureState#listenersField}. */
        abstract @Nullable Listener gasListeners(AbstractFutureState<?> future, Listener update);
    
        /** Performs a CAS operation on {@link AbstractFutureState#valueField}. */
        abstract boolean casValue(
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 34.8K bytes
    - Viewed (0)
  2. android/guava/src/com/google/common/util/concurrent/AbstractFutureState.java

        abstract @Nullable Waiter gasWaiters(AbstractFutureState<?> future, Waiter update);
    
        /** Performs a GAS operation on {@link AbstractFutureState#listenersField}. */
        abstract @Nullable Listener gasListeners(AbstractFutureState<?> future, Listener update);
    
        /** Performs a CAS operation on {@link AbstractFutureState#valueField}. */
        abstract boolean casValue(
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 33.2K bytes
    - Viewed (0)
  3. android/guava/src/com/google/common/util/concurrent/AggregateFutureState.java

        extends AbstractFuture.TrustedFuture<OutputT> {
      /*
       * The following fields are package-private, even though we intend never to use them outside this
       * file. For discussion, see AbstractFutureState.
       */
    
      // Lazily initialized the first time we see an exception; not released until all the input futures
      // have completed and we have processed them all.
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 8.5K bytes
    - Viewed (0)
Back to top