Searched defs:biRunStage (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/util/concurrent/
H A DCompletableFuture.java1280 private CompletableFuture<Void> biRunStage(Executor e, CompletionStage<?> o, method in class:CompletableFuture
2086 return biRunStage(null, other, action);
2091 return biRunStage(defaultExecutor(), other, action);
2097 return biRunStage(screenExecutor(executor), other, action);

Completed in 356 milliseconds