Java-併發-鎖-ReentrantLock

Java-併發-鎖-ReentrantLock 摘要 ReentrantLock是使用最廣的、最出名的AQS(AbstractQueuedSynchronizer)系列的可重入鎖。本文會分析他的lock, unlock等重要方法,還涉及公平/非公平概念對比,及對比synchronized。 0x01 基本概念 ReentrantLock是使用最廣的、最出名的AQS(AbstractQueuedSy
相關文章
相關標籤/搜索