- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for rejectionPropagatingExecutor (0.11 sec)
-
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 RejectedExecutionExceptionRegistered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Wed Oct 08 18:55:33 UTC 2025 - 45.2K bytes - Viewed (0)