Memoryizz

2019年5月8日

java 10-04 死锁 notifyall()

摘要: 同步代码 class TenProductCustorwait5{public static void main(String[] agrs) {Pool pool = new Pool();Producer p = new Producer(pool); p.setName("p1");Consu 阅读全文

posted @ 2019-05-08 17:29 Memoryizz 阅读(184) 评论(0) 推荐(0)

导航