Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Good documentation/book about Future [closed]

Can anyone suggest a good documentation/tutorial/book about the Future interface in Java?

like image 675
nanda Avatar asked Dec 23 '22 05:12

nanda


2 Answers

The bible is Java Concurrency in Practice.

like image 79
cletus Avatar answered Dec 24 '22 17:12

cletus


The javadoc itself of the concurrent package is pretty darn good. I think it's one of the most beautifully javadoced code in JDK.

like image 28
Suraj Chandran Avatar answered Dec 24 '22 18:12

Suraj Chandran