Skip to content

Commit 90d55e5

Browse files
committed
[docs update]增加 AQS 详解文章在面试题中的引用
1 parent c432ca9 commit 90d55e5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/java/concurrent/java-concurrent-questions-03.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -895,6 +895,8 @@ CompletableFuture.runAsync(() -> {
895895

896896
## AQS
897897

898+
关于 AQS 源码的详细分析,可以看看这一篇文章:[AQS 详解](./aqs.md)。
899+
898900
### AQS 是什么?
899901

900902
AQS 的全称为 `AbstractQueuedSynchronizer` ,翻译过来的意思就是抽象队列同步器。这个类在 `java.util.concurrent.locks` 包下面。

0 commit comments

Comments
 (0)