Search Options

Display Count
Sort
Preferred Language
Advanced Search

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

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

              return cancellationDelegate = new SupplantableFuture(lock, submitToExecutor(schedule));
            }
            if (!cancellationDelegate.currentFuture.isCancelled()) {
              cancellationDelegate.currentFuture = submitToExecutor(schedule);
            }
            return cancellationDelegate;
          }
    
          private ScheduledFuture<@Nullable Void> submitToExecutor(Schedule schedule) {
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Sat Aug 09 01:14:59 GMT 2025
    - 27.7K bytes
    - Click Count (0)
Back to Top