In my previous blog post I wrote about how Google Guava’s ListenableFuture is an improvement over Java 6’s Future class. … More
Tag: concurrency
How is Google Guava ListenableFuture better than Java Future?
Google Guava’s concurrency classes provide some advantages over using Java’s default classes. Guava’s Futures offer the following benefits: You can … More