Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for RunningState (0.98 sec)

  1. cycle_suppress_list.txt

    # Real cycle, but the runningState field is null'ed on completion of the future.
    FIELD com.google.common.util.concurrent.AggregateFuture.runningState
    FIELD java.util.AbstractMap.keySet com.google.common.collect.AbstractMapBasedMultimap.NavigableKeySet
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Jul 24 01:59:49 UTC 2025
    - 3.2K bytes
    - Viewed (0)
  2. android/guava/src/com/google/common/util/concurrent/ExecutionSequencer.java

    import static com.google.common.base.Preconditions.checkState;
    import static com.google.common.util.concurrent.ExecutionSequencer.RunningState.CANCELLED;
    import static com.google.common.util.concurrent.ExecutionSequencer.RunningState.NOT_RUN;
    import static com.google.common.util.concurrent.ExecutionSequencer.RunningState.STARTED;
    import static com.google.common.util.concurrent.Futures.immediateCancelledFuture;
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Wed Jul 23 15:26:56 UTC 2025
    - 22.1K bytes
    - Viewed (0)
Back to top