Futures

  • https://www.callicoder.com/java-8-completablefuture-tutorial/

  • https://dzone.com/articles/20-examples-of-using-javas-completablefuture

  • https://youtu.be/uAs6GSbBoBE CompletableFuture and its Quirks • Grzegorz Piwowarek • Devoxx Poland 2022

  • Parallel and Asynchronous Programming with Streams and CompletableFuture with Venkat Subramaniam https://youtu.be/0hQvWIdwnw4

  • CompletableFuture: The Promises of Java https://www.youtube.com/watch?v=9ueIL0SwEWI

  • Asynchronous API with CompletableFuture: Performance Tips and Tricks https://www.youtube.com/watch?v=lyJBtg6Dgwc

  • Tomasz Nurkiewicz — CompletableFuture in Java 8, asynchronous processing done right https://www.youtube.com/watch?v=-MBPQ7NIL_Y

    • https://github.com/nurkiewicz/completablefuture

Last updated