开发者

Guava concurrency tutorials/code [closed]

开发者 https://www.devze.com 2023-01-23 07:40 出处:网络
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. 开发者_Go百科 Closed 10 years ago.

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".

0

精彩评论

暂无评论...
验证码 换一张
取 消