wait()和notify()详解

等待通知机制基本用法: public class Test { public static void main(String[] args) throws InterruptedException { Thread waitThread = new Thread(new Runnable() { @Override pub
相关文章
相关标签/搜索