Searched refs:CompletionService (Results 1 – 5 of 5) sorted by relevance
41 import java.util.concurrent.CompletionService;88 CompletionService cs = new ExecutorCompletionService(cachedThreadPool); in testSubmitNullCallable()99 CompletionService cs = new ExecutorCompletionService(cachedThreadPool); in testSubmitNullRunnable()111 CompletionService cs = new ExecutorCompletionService(cachedThreadPool); in testTake()122 CompletionService cs = new ExecutorCompletionService(cachedThreadPool); in testTake2()133 CompletionService cs = new ExecutorCompletionService(cachedThreadPool); in testPoll1()153 CompletionService cs = new ExecutorCompletionService(cachedThreadPool); in testPoll2()173 CompletionService cs = new ExecutorCompletionService(cachedThreadPool); in testPollReturnsNull()194 CompletionService cs = new ExecutorCompletionService(cachedThreadPool); in testTaskAssortment()235 CompletionService<String> cs = new ExecutorCompletionService<>(e); in testNewTaskForCallable()[all …]
43 import java.util.concurrent.CompletionService;63 CompletionService<Integer> cs in solveAll()76 CompletionService<Integer> cs in solveAny()
61 public interface CompletionService<V> { interface
106 public class ExecutorCompletionService<V> implements CompletionService<V> {
938 "ojluni/src/main/java/java/util/concurrent/CompletionService.java",