Or should I say CompletableFuture ? The Future interface was first introduced in Java5, but until Java8 it offered pretty limited functionality with the caller of the future, getting blocked when trying to retrieve the result of an asynchronous operation performed by the future. Now we can all agree that blocking is not a good thing! So Java8 comes to our rescue &…
Tech Talkies
Ramblings of an Inquistive Mind