Java Threads & Concurrency API: Part 2
Once two threads share data, correctness stops being obvious — this is the toolkit for making it obvious again.
Aug 13, 20214 min read17

Search for a command to run...
Articles tagged with #concurrency
Once two threads share data, correctness stops being obvious — this is the toolkit for making it obvious again.

The classic thread model is heavier than it looks — which is exactly why the JVM eventually stopped mapping threads one-to-one to the OS.
