mirror of
https://github.com/LingCoder/OnJava8.git
synced 2026-08-27 00:13:28 +08:00
43 lines
483 B
Markdown
43 lines
483 B
Markdown
[TOC]
|
|
|
|
<!-- Appendix: Low-Level Concurrency -->
|
|
# 附录:并发底层原理
|
|
|
|
|
|
<!-- What is a Thread? -->
|
|
## 线程
|
|
|
|
|
|
<!-- Catching Exceptions -->
|
|
## 异常捕获
|
|
|
|
|
|
<!-- Sharing Resources -->
|
|
## 资源共享
|
|
|
|
|
|
<!-- The volatile Keyword -->
|
|
## volatile关键字
|
|
|
|
|
|
<!-- Atomicity -->
|
|
## 原子性
|
|
|
|
|
|
<!-- Critical Sections -->
|
|
## 关键部分
|
|
|
|
|
|
<!-- Library Components -->
|
|
## 库组件
|
|
|
|
|
|
<!-- Summary -->
|
|
## 本章小结
|
|
|
|
|
|
|
|
<!-- 分页 -->
|
|
<div style="page-break-after: always;"></div>
|
|
|