News

Part 2 is an in-depth look at the mechanics of java.util.concurrent ‘s advanced locking mechanisms and atomic variables, as well as a short tutorial on the Fork/Join framework.
The innovation of parallel streams in Java 8 has diverted attention from a very substantial addition to the concurrency library, the CompletableFuture class. Author Maurice Naftalin eloquently ...
The thread gate pattern is an effective tool for managing thread concurrency, but not many developers know about it. Fire up your IDE for a quick tutorial in implementing thread gates in ...