java線程的阻塞和激活方法

阻塞:java

synchronized(this){
    this.wait(10_000);
    }

激活:ide

synchronized(this){
    this.notify();
    }
相關文章
相關標籤/搜索