Update README.md

This commit is contained in:
rcalago 2024-03-01 14:23:58 +08:00 committed by GitHub
parent eacd2adc0f
commit 2b820681c9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,3 +10,4 @@
- [How to Effectively Unit Test CompletableFuture](https://www.baeldung.com/java-completablefuture-unit-test)
- [How to Collect All Results and Handle Exceptions With CompletableFuture in a Loop](https://www.baeldung.com/java-completablefuture-collect-results-handle-exceptions)
- [CompletableFuture runAsync() vs. supplyAsync() in Java](https://www.baeldung.com/java-completablefuture-runasync-supplyasync)
- [Difference Between thenApply() and thenApplyAsync() in CompletableFuture](https://www.baeldung.com/java-completablefuture-thenapply-thenapplyasync)