I want to learn the functions of libraries java.util.concurrent(so all old or non-java specific to me are not parameters).
I know the basics and the theory of concurrency and multithreading, I am not looking for a theory.
Now I read Java concurrency in practice . Honestly, I am completely disappointed with the examples in this book. They are too short and simple and "dummy" for me. I am looking for some useful Java 5+ concurrency examples and exercises.
Is there something similar? I am very afraid that if I do not use what I learned in JCIP very soon, I will forget this to a large extent: /
Xorty source
share