摘要: 三种方式的演化 Thread构造方法如下 public Thread(Runnable target) { init(null, target, "Thread-" + nextThreadNum(), 0); } Runnable 是一个接口 @FunctionalInterface public 阅读全文
posted @ 2021-10-18 13:47 talentzemin 阅读(59) 评论(0) 推荐(0)