Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SupplantableFuture (0.11 sec)

  1. 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));
            }
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Fri Oct 25 16:22:21 UTC 2024
    - 27.8K bytes
    - Viewed (0)
Back to top