Hacker News new | ask | show | jobs
by fourier_mode 2265 days ago
On a similar note, does someone know of a resource which explains parallel abstractions/languages.
1 comments

Goetz explains several parallel abstractions above the OS mutexes. Java also has Atomics, Streams, ForkJoin, and ThreadPool resources in their concurrency library. Probably starting to age at this point, but its a lot nicer than using locks.
Can you share the respiratory
I think by Goetz the parent meant the book by Brian Goetz -> "Java Concurrency in Practice"