- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for rejectionPropagatingExecutor (0.41 seconds)
-
android/guava/src/com/google/common/util/concurrent/MoreExecutors.java
* executor to the given {@code future}. * * <p>Note, the returned executor can only be used once. */ static Executor rejectionPropagatingExecutor(Executor delegate, AbstractFuture<?> future) { checkNotNull(delegate); checkNotNull(future); if (delegate == directExecutor()) { // directExecutor() cannot throw RejectedExecutionExceptionCreated: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Wed Jan 28 22:39:02 GMT 2026 - 45.6K bytes - Click Count (0)