Having fun with CompletableFuture AKA Promise in Java
authorGustavo Martin Morcuende <gu.martinm@gmail.com>
Thu, 8 Dec 2016 00:25:42 +0000 (01:25 +0100)
committerGustavo Martin Morcuende <gu.martinm@gmail.com>
Thu, 8 Dec 2016 00:30:47 +0000 (01:30 +0100)
commitf19330a28a7762b50e14cafe1d36a5902a294d97
tree6147b74979ed466d944312cafe87b254a323fb36
parentb6fcafd8615eed95a3a3bb2c57ec1a6c74362077
Having fun with CompletableFuture AKA Promise in Java
Allgemeines/Threads/Executor/ExecutorwithFuture/src/de/test/thread/executor/future/CompletableFutureExample.java [new file with mode: 0644]
Allgemeines/Threads/Executor/ExecutorwithFuture/src/de/test/thread/executor/future/ThreadMain.java