Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for incremental (0.15 sec)

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

                nanos -= System.nanoTime() - now; // subtract the actual time we waited
              }
            }
          }
        }
    
        /**
         * Checks if the executor has been shut down and increments the running task count.
         *
         * @throws RejectedExecutionException if the executor has been previously shutdown
         */
        private void startTask() {
          synchronized (lock) {
            if (shutdown) {
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Wed Apr 17 16:33:44 GMT 2024
    - 41.8K bytes
    - Viewed (0)
Back to top