Home
last modified time | relevance | path

Searched defs:ExecutorCompletionService (Results 1 – 1 of 1) sorted by relevance

/libcore/luni/src/main/java/java/util/concurrent/
DExecutorCompletionService.java78 public class ExecutorCompletionService<V> implements CompletionService<V> { class
117 public ExecutorCompletionService(Executor executor) { in ExecutorCompletionService() method in ExecutorCompletionService
139 public ExecutorCompletionService(Executor executor, in ExecutorCompletionService() method in ExecutorCompletionService