- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for AsyncCallableInterruptibleTask (0.33 seconds)
-
android/guava/src/com/google/common/util/concurrent/CombinedFuture.java
} } abstract void setValue(@ParametricNullness T value); } @WeakOuter private final class AsyncCallableInterruptibleTask extends CombinedFutureInterruptibleTask<ListenableFuture<V>> { private final AsyncCallable<V> callable; AsyncCallableInterruptibleTask(AsyncCallable<V> callable, Executor listenerExecutor) { super(listenerExecutor); this.callable = checkNotNull(callable);Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Sun Dec 22 03:38:46 GMT 2024 - 6.8K bytes - Click Count (0)