Skip to content

Commit

Permalink
Merge pull request #9 from HuaHero/HuaHero-patch-7
Browse files Browse the repository at this point in the history
Update Java 并发.md
  • Loading branch information
HuaHero authored Nov 6, 2023
2 parents d935f87 + 48cd334 commit d9ce27c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions notes/Java 并发.md
Original file line number Diff line number Diff line change
Expand Up @@ -736,6 +736,8 @@ after

[Java SE 9 Enum Thread.State](https://docs.oracle.com/javase/9/docs/api/java/lang/Thread.State.html)

.[线程状态转换图](../assets/1641890623956-ani--线程状态转换.jpg)

## 七、J.U.C - AQS(AbstractQueuedSynchornizer)

java.util.concurrent(J.U.C)大大提高了并发性能,AQS 被认为是 J.U.C 的核心。
Expand Down

0 comments on commit d9ce27c

Please sign in to comment.