Searched defs:pumpFuture (Results 1 – 3 of 3) sorted by relevance
95 private final Future<Throwable> pumpFuture; field in WriteFileOpener.PipeFileCloser97 PipeFileCloser(File fifo, Future<Throwable> pumpFuture) { in PipeFileCloser()
66 static void getAndPropagateAsIOException(Future<Throwable> pumpFuture) throws IOException { in getAndPropagateAsIOException()
64 @Nullable private Future<Throwable> pumpFuture; field in ReadFileOpener