Searched refs:CompletionService (Results 1 – 7 of 7) 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()
63 public interface CompletionService<V> { interface
103 public class ExecutorCompletionService<V> implements CompletionService<V> {
979 "ojluni/src/main/java/java/util/concurrent/CompletionService.java",
1030 …java/util/concurrent/CompletionService.java,jdk17u/jdk-17.0.6-ga,src/java.base/share/classes/java/…
15477 public interface CompletionService<V> {15894 public class ExecutorCompletionService<V> implements java.util.concurrent.CompletionService<V> {