Guava concurrency tutorials/code [closed]
Is there any example code that shows guava collection features (e.g. Futures, ValueFuture and ListenableFutureTask) ?
Take a look at guava explained documentation.
The definitive source of knowledge when using java.util.concurrent classes (and thus the Guava concurrent features that are just further implementations and convenience wrappers) is the book Concurrency in Practice.
If I had two Java book recommendations to make, it would be "Effective Java" and "Concurrency in Practice".
精彩评论