Java.util.concurrent
Jump to navigation
Jump to search
External
Internal
Overview
java.util.concurrent is a collection of utility classes to use for concurrent programming.
Subjects
General Concepts
Future
Future instances are used by [[1]] to notify the caller of submitted task's completion.