jabrena / functional-rosetta-stone

A repository to review the main concepts about Functional Programming with Java
https://jabrena.github.io/functional-rosetta-stone/
Apache License 2.0
9 stars 3 forks source link

Completable future #5

Closed jabrena closed 4 years ago

jabrena commented 5 years ago

https://www.deadcoderising.com/java8-writing-asynchronous-code-with-completablefuture/

jabrena commented 5 years ago

https://www.javacodegeeks.com/2015/03/improving-performance-non-blocking-processing-of-streams.html

jabrena commented 5 years ago

https://www.deadcoderising.com/timeout-support-using-executorservice-and-futures/

jabrena commented 5 years ago

https://crondev.blog/2017/01/23/timeouts-with-java-8-completablefuture-youre-probably-doing-it-wrong/

jabrena commented 5 years ago

https://dzone.com/articles/think-twice-using-java-8

jabrena commented 5 years ago

https://dzone.com/articles/whats-wrong-java-8-part-iii

jabrena commented 5 years ago

http://fahdshariff.blogspot.com/2016/06/java-8-completablefuture-vs-parallel.html?m=1

jabrena commented 5 years ago

https://stackoverflow.com/questions/34945324/difference-between-parallel-stream-and-completablefuture

jabrena commented 5 years ago

https://www.foreach.be/blog/parallel-and-asynchronous-programming-in-java-8

jabrena commented 5 years ago

https://www.codepedia.org/ama/how-to-make-parallel-calls-in-java-with-completablefuture-example

jabrena commented 5 years ago

https://dzone.com/articles/asynchronous-timeouts

jabrena commented 5 years ago

https://github.com/spotify/completable-futures/blob/master/README.md

jabrena commented 5 years ago

https://stackoverflow.com/questions/47025206/java-collecting-results-of-completablefuture-from-multiple-calls

jabrena commented 5 years ago

https://medium.com/@senanayake.kalpa/fantastic-completablefuture-allof-and-how-to-handle-errors-27e8a97144a0

jabrena commented 5 years ago

https://dzone.com/articles/completablefuture-cant-be

jabrena commented 5 years ago

https://nirajsonawane.github.io/2019/01/27/Write-Clean-asynchronous-code-with-CompletableFuture-Java-8/

jabrena commented 5 years ago

https://nirajsonawane.github.io/2019/01/27/Write-Clean-asynchronous-code-with-CompletableFuture-Java-8/

jabrena commented 5 years ago

https://dzone.com/articles/what-is-project-amber-in-java-1

jabrena commented 5 years ago

https://www.logicbig.com/tutorials/core-java-tutorial/java-multi-threading/completion-stages-exception-handling.html

jabrena commented 4 years ago

Fixed