java

oλv 2024-01-18T05:14:22.737659Z

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

oλv 2024-01-18T09:13:45.520889Z

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

littleli 2024-01-18T12:54:33.365039Z

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/

oλv 2024-01-19T07:02:33.287899Z

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

jumar 2024-01-18T06:42:25.425229Z

Java Concurrency in Practice

👍 3
oλv 2024-01-18T07:34:59.127899Z

Is it still up to date?

2024-01-18T07:54:32.035589Z

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