Skip to content
Snippets Groups Projects
Commit 2efdb47e authored by Korbinian Riedhammer's avatar Korbinian Riedhammer
Browse files

:xMerge branch 'master' into musterloesung

parents 2ec7d570 84f0ba8e
Branches
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ Futures are a feature of Java 8 and can be compared to the concept of _promises_ ...@@ -10,7 +10,7 @@ Futures are a feature of Java 8 and can be compared to the concept of _promises_
The internet contains lots of good articles about `Future<>` and `CompletableFuture<>` in Java. The internet contains lots of good articles about `Future<>` and `CompletableFuture<>` in Java.
For example [this one](http://www.deadcoderising.com/java8-writing-asynchronous-code-with-completablefuture/) covers everything you need to know for this assignment. For example [this one](http://www.deadcoderising.com/java8-writing-asynchronous-code-with-completablefuture/) covers everything you need to know for this assignment.
_This is the CLI variant of the assignment. There's also an [Android variant](https://github.com/hsro-inf-prg3/11-futures-android) which covers the same concepts. **You don't have to implement both!** If you want to switch between them you should be able to copy most of the code you already wrote (except a few platform adoptions)._ _This is the CLI variant of the assignment. There's also an [Android variant](https://github.com/ohm-softa/11-futures-android) which covers the same concepts. **You don't have to implement both!** If you want to switch between them you should be able to copy most of the code you already wrote (except a few platform adoptions)._
## Setup ## Setup
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment