ReentrantLock的簡單使用

ReentrantLock: 1 /** 2 * ReentrantLock測試邏輯類 3 */ 4 public class MyService { 5 private Lock lock = new ReentrantLock();//獲取鎖對象 6 7 public void testMethod() { 8 lock.lo
相關文章
相關標籤/搜索