Concurrent - 鎖

原創轉載請註明出處:http://agilestyle.iteye.com/blog/2356898   什麼是可重入鎖(ReentrantLock)? Java多線程中可以使用synchronized關鍵字來實現線程之間的同步互斥,但在JDK1.5中新增加了ReentrantLock類也能達到同樣的效果,並且在擴展功能上也更加強大,比如 嗅探鎖定、多路分支通知等功能 ReentrantLock並
相關文章
相關標籤/搜索