About Java Concurrency with Thread Gates
Java Concurrency with Thread Gates- The thread gate pattern is an effective tool for managing thread concurrency, but not many developers know about it. Introduces the concept of thread gates, and then shows how to implement them in a multithreaded prime-number generator.