Good documentation/book about Future [closed]
Can anyone suggest a good documentation/tutorial/book about the Future interface in Java?
The bible is Java Concurrency in Practice.
The javadoc itself of the concurrent package is pretty darn good. I think it's one of the most beautifully javadoced code in JDK.
Concurrent Programming in Java(TM): Design Principles and Patterns (2nd Edition) by Doug Lea. This is the book by the author of java.util.concurrent package. Java Concurrency in Practice is a very good book, too.
精彩评论