Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AbstractQueuedSynchronizer 原理分析 - 独占/共享模式 #36

Open
shinerio opened this issue Aug 6, 2019 · 0 comments
Open

AbstractQueuedSynchronizer 原理分析 - 独占/共享模式 #36

shinerio opened this issue Aug 6, 2019 · 0 comments
Milestone

Comments

@shinerio
Copy link
Owner

shinerio commented Aug 6, 2019

AbstractQueuedSynchronizer 原理分析 - 独占/共享模式

1.简介 AbstractQueuedSynchronizer (抽象队列同步器,以下简称 AQS)出现在 JDK 1.5 中,由大师 Doug Lea 所创作。AQS 是很多同步器的基础框架,比如 ReentrantLock、CountDownLatch 和 Semaphore 等都是基于 AQS…



August 6, 2019 at 12:04PM

via Instapaper https://www.tianxiaobo.com/2018/05/01/AbstractQueuedSynchronizer-原理分析-独占-共享模式/index.html

@shinerio shinerio added this to the winterbreak milestone Aug 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant