Reactive Programming using CompletableFuture in Java
Java 8 introduced CompletableFuture as part of it's concurrency API. This is very helpful when we want to nest operations around asynchronous computations, using the native Java API only.
Prior to introducing CompletableFuture, we had Future which pr...
tech.anshulgautam.in5 min read