This book covers:Basic concepts of concurrency and thread safetyTechniques for building and composing thread-safe classesUsing the concurrency building blocks in java.util.concurrent Performance optimization dos and don'tsTesting concurrent programs
1、Basic concepts of concurrency and thread safety2、Techniques for building and composing thread-safe classes3、Using the concurrency building blocks in java.util.concurrent英文版,一本值得一读的书。4、Performance optimization dos and don 'ts5、Testing concurrent pr
This book covers:Basic concepts of concurrency and thread safetyTechniques for building and composing thread-safe classesUsing the concurrency building blocks in java.util.concurrent Performance optimization dos and don'tsTesting concurrent programs
Chapter 1. Introduction Section 1.1. A (Very) Brief History of Concurrency Section 1.2. Benefits of Threads Section 1.3. Risks of Threads Section 1.4. Threads are Everywhere Part I: Fundamentals Chapter 2. Thread Safety Section 2.1. What is Thread S
java多线程编程 Writing correct programs is hard; writing correct concurrent programs is harder. There are simply more things that can go wrong in a concurrent program than in a sequential one. So, why do we bother with concurrency? Threads are an inescap