Package at.jku.ssw.fp.sect09_3
Class Demo_CompletableFuture
- java.lang.Object
-
- at.jku.ssw.fp.sect09_3.Demo_CompletableFuture
-
public class Demo_CompletableFuture extends Object
Demos showing the use ofCompletableFuture
for executing asynchronous tasks.- Author:
- Herbert Praehofer
-
-
Constructor Summary
Constructors Constructor Description Demo_CompletableFuture()
-
-
-
Field Detail
-
RAND
static final Random RAND
-
-
Method Detail
-
main
public static void main(String[] args) throws InterruptedException
- Throws:
InterruptedException
-
-