Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for RunningState (0.17 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
    Plain Text
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Wed Dec 16 19:54:45 GMT 2020
    - 3.1K 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;
    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