Java.util.concurrent: Difference between revisions
Jump to navigation
Jump to search
in process of being migrated from https://home.feodorov.com:9443/wiki/Wiki.jsp?page=JavaConcurrent
(→Future) |
(→Future) |
||
Line 26: | Line 26: | ||
{{External|https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/Future.html}} | {{External|https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/Future.html}} | ||
Future instances are used by [[https://kb.novaordis.com/index.php/Java.util.concurrent_Executors#future|executors]] to notify the caller of submitted task's completion. |
Revision as of 14:07, 14 June 2017
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.