Fork me on GitHub
#java
<
2024-01-18
>
Olav Fosse05:01:22

What resource would you recommend for learning JVM concurrency and async?

jumar06:01:25

Java Concurrency in Practice

👍 3
Olav Fosse07:01:59

Is it still up to date?

andy.fingerhut07:01:32

I believe everything it says is still true in later versions of Java. Whether there are new libraries added later that it does not mention that would be good to know, I am not aware.

👍 1
Olav Fosse09:01:45

Ah, great! What about Loom? I heard that’s a big deal in concurrency world :^). Should I read something for learning that 😅

littleli12:01:33

I would recommend this book, maybe before Java Concurrency in Practice, depending of your experience. It's not solely about JVM but it definitely broaden my overall knowledge about concurrency out there (JVM included). https://pragprog.com/titles/pb7con/seven-concurrency-models-in-seven-weeks/

Olav Fosse07:01:33

Thanks I’ll check it out for sure :^)