- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for submitToExecutor (0.06 seconds)
-
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)