Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for SupplantableFuture (0.07 seconds)

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

           * call to `new SupplantableFuture` below.)
           */
          @SuppressWarnings("GuardedBy")
          private Cancellable initializeOrUpdateCancellationDelegate(Schedule schedule) {
            if (cancellationDelegate == null) {
              return cancellationDelegate = new SupplantableFuture(lock, submitToExecutor(schedule));
            }
    Created: Fri Dec 26 12:43:10 GMT 2025
    - Last Modified: Sat Aug 09 01:14:59 GMT 2025
    - 27.7K bytes
    - Click Count (0)
  2. guava/src/com/google/common/util/concurrent/AbstractScheduledService.java

           * call to `new SupplantableFuture` below.)
           */
          @SuppressWarnings("GuardedBy")
          private Cancellable initializeOrUpdateCancellationDelegate(Schedule schedule) {
            if (cancellationDelegate == null) {
              return cancellationDelegate = new SupplantableFuture(lock, submitToExecutor(schedule));
            }
    Created: Fri Dec 26 12:43:10 GMT 2025
    - Last Modified: Sat Aug 09 01:14:59 GMT 2025
    - 27.8K bytes
    - Click Count (0)
Back to Top