JavaScript is disabled on your browser.
This specification is not final and is subject to change. Use is subject to
license terms
.
Skip navigation links
Overview
Class
Use
Tree
Preview
New
Deprecated
Index
Search
Help
Java SE 24 & JDK 24
DRAFT 24-crac+20-25
java.base
java.util.concurrent
CompletionService
Uses of Interface
java.util.concurrent.CompletionService
Packages that use
CompletionService
Package
Description
java.util.concurrent
Utility classes commonly useful in concurrent programming.
Uses of
CompletionService
in
java.util.concurrent
Classes in
java.util.concurrent
that implement
CompletionService
Modifier and Type
Class
Description
class
ExecutorCompletionService
<V>
A
CompletionService
that uses a supplied
Executor
to execute tasks.