摘要:
wait()方法 线程进入等待池中 synchronized void notice() throws InterruptedException {// ready=true;// notify(); Thread r=new Thread(); r.wait(); } notifyAll()方法( 阅读全文
posted @ 2020-08-04 23:09
Luas
阅读(111)
评论(0)
推荐(0)
浙公网安备 33010602011771号