JavaConcurrencyinPractice
- 资料大王PDF
-
0 次阅读
-
0 次下载
-
2024-09-19 22:22:13
微信
赏
支付宝
文档简介:
Java Concurrency in Practice
Table of Contents
Copyright
Advance Praise for Java Concurrency in Practice
Listings
Preface
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 Safety?
Section 2.2. Atomicity
Section 2.3. Locking
Section 2.4. Guarding State with Locks
Section 2.5. Liveness and Performance
Chapter 3. Sharing Objects
Section 3.1. Visibility
Section 3.2. Publication and Escape
Section 3.3. Thread Confinement
Section 3.4. Immutability
Section 3.5. Safe Publication
Chapter 4. Composing Objects
Section 4.1. Designing a Thread-safe Class
Section 4.2. Instance Confinement
Section 4.3. Delegating Thread Safety
Section 4.4. Adding Functionality to Existing Thread-
safe Classes
Section 4.5. Documenting Synchronization Policies
Chapter 5. Building Blocks
Section 5.1. Synchronized Collections
Section 5.2. Concurrent Collections
Section 5.3. Blocking Queues and the Producer-
consumer......
评论
发表评论