- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for trySetStarted (0.38 sec)
-
android/guava/src/com/google/common/util/concurrent/ExecutionSequencer.java
AsyncCallable<T> task = new AsyncCallable<T>() { @Override public ListenableFuture<T> call() throws Exception { if (!taskExecutor.trySetStarted()) { return immediateCancelledFuture(); } return callable.call(); } @Override public String toString() {
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Wed Jul 23 15:26:56 UTC 2025 - 22.1K bytes - Viewed (0)