Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Soggin (0.19 sec)

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

    import com.google.errorprone.annotations.CanIgnoreReturnValue;
    import java.util.concurrent.Executor;
    import java.util.concurrent.TimeUnit;
    import java.util.concurrent.TimeoutException;
    import java.util.logging.Level;
    
    /**
     * Base class for services that can implement {@link #startUp}, {@link #run} and {@link #shutDown}
     * methods. This class uses a single thread to execute the service; consider {@link AbstractService}
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Wed Dec 13 19:45:20 GMT 2023
    - 7.6K bytes
    - Viewed (0)
Back to top