Searched defs:closingExecutor (Results 1 – 4 of 4) sorted by relevance
237 @ParametricNullness C closeable, Executor closingExecutor) { in eventuallyClose()440 ListenableFuture<C> future, final Executor closingExecutor) { in eventuallyClosing()
238 @ParametricNullness C closeable, Executor closingExecutor) { in eventuallyClose()437 ListenableFuture<C> future, final Executor closingExecutor) { in eventuallyClosing()
99 final ExecutorService closingExecutor = newSingleThreadExecutor(); field in AbstractClosingFutureTest163 Futures.<Closeable>immediateFailedFuture(exception), closingExecutor)); in testEventuallyClosing_failedInput() local169 Futures.<Closeable>immediateCancelledFuture(), closingExecutor)); in testEventuallyClosing_cancelledInput() local203 closingExecutor)); in testEventuallyClosing_throws() local