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

/libcore/ojluni/src/main/java/java/util/concurrent/
H A DCompletableFuture.java414 static Executor screenExecutor(Executor e) { method in class:CompletableFuture
1856 return asyncSupplyStage(screenExecutor(executor), supplier);
1884 return asyncRunStage(screenExecutor(executor), runnable);
2019 return uniApplyStage(screenExecutor(executor), fn);
2032 return uniAcceptStage(screenExecutor(executor), action);
2045 return uniRunStage(screenExecutor(executor), action);
2063 return biApplyStage(screenExecutor(executor), other, fn);
2081 return biAcceptStage(screenExecutor(executor), other, action);
2097 return biRunStage(screenExecutor(executor), other, action);
2113 return orApplyStage(screenExecutor(executo
[all...]

Completed in 62 milliseconds