The source code of the book "Java Concurrency in Practice (Brian Goetz)".
- Separate the code examples into different packages based on chapters.
- Add more comments to the code examples for understanding easily.
- Chapter 2 Thread Safety
- Chapter 3 Sharing Objects
- Chapter 4 Composing Objects
- Chapter 5 Building Blocks