I just counted 57 public methods on `CompletableFu...
# random
p
I just counted 57 public methods on
CompletableFuture
, and that’s without `java.lang.Object`‘s methods. Imagine all of them get replaced with a single
await
method. That’s async/await in a nutshell. 🙂