摘要: 想看几个例子的效果: public class LockSupportTest { public static void main(String[] args) { Thread t = new Thread(() -> { for(int i = 0; i < 10; i++) { System. 阅读全文
posted @ 2020-08-08 16:02 myseries 阅读(369) 评论(0) 推荐(1) 编辑