Open jabrena opened 5 years ago
https://www.ibm.com/developerworks/library/j-jtp11137/index.html
http://vanillajava.blogspot.com/2011/06/java-secrets-using-executorservice-to.html?m=1
https://www.javaworld.com/article/2078440/java-tip-when-to-use-forkjoinpool-vs-executorservice.html?page=2
https://stackoverflow.com/questions/21156599/javas-fork-join-vs-executorservice-when-to-use-which
https://stackoverflow.com/questions/43019126/completablefuture-thenapply-vs-thencompose
https://www.deadcoderising.com/java8-writing-asynchronous-code-with-completablefuture/
https://stackoverflow.com/questions/34877380/callback-with-completablefuture
https://www.foreach.be/blog/parallel-and-asynchronous-programming-in-java-8
https://www.nurkiewicz.com/2014/11/executorservice-10-tips-and-tricks.html?m=1
https://javarevisited.blogspot.com/2017/02/difference-between-executor-executorservice-and-executors-in-java.html?m=1
https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html
https://docs.oracle.com/javase/7/docs/api/java/util/concurrent/Future.html
https://docs.oracle.com/javase/7/docs/api/java/util/concurrent/ExecutorService.html
https://www.ibm.com/developerworks/library/j-jtp11137/index.html