Uses of Interface
java.util.concurrent.CompletionService
-
Packages that use CompletionService 软件包 描述 java.util.concurrent 实用程序类通常用于并发编程。 -
-
Uses of CompletionService in java.util.concurrent
Classes in java.util.concurrent that implement CompletionService Modifier and Type Class 描述 class
ExecutorCompletionService<V>
ACompletionService
使用提供的Executor
执行任务。
-