- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for AbstractExecutorService (0.07 sec)
-
okhttp/src/jvmTest/kotlin/okhttp3/RecordingExecutor.kt
* limitations under the License. */ package okhttp3 import assertk.assertThat import assertk.assertions.containsExactly import java.util.concurrent.AbstractExecutorService import java.util.concurrent.RejectedExecutionException import java.util.concurrent.TimeUnit import okhttp3.internal.connection.RealCall import okhttp3.internal.finishedAccessor /**
Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Mon Oct 06 18:34:01 UTC 2025 - 2.2K bytes - Viewed (0) -
guava/src/com/google/common/util/concurrent/MoreExecutors.java
* implementations. */ @SuppressWarnings({ "GoodTime", // should accept a java.time.Duration "CatchingUnchecked", // sneaky checked exception "Interruption", // We copy AbstractExecutorService.invokeAny. Maybe we shouldn't: b/227335009. }) @J2ktIncompatible @GwtIncompatible @ParametricNullness static <T extends @Nullable Object> T invokeAnyImpl(Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Wed Oct 08 18:55:33 UTC 2025 - 45.2K bytes - Viewed (0)