Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for RunningState (0.07 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. 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;
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Tue Sep 23 01:35:55 GMT 2025
    - 22.1K bytes
    - Click Count (0)
Back to Top