摘要: Java的Executor框架 1,Executor接口 [java] view plain copy public interface Executor { void execute(Runnable command); } [java] view plain copy [java] view p 阅读全文
posted @ 2018-01-09 10:18 甜菜波波 阅读(299) 评论(0) 推荐(0) 编辑
摘要: 源码非常简单,只有一个execute(Runnable command)回调接口 public interface Executor { /** * Executes the given command at some time in the future. The command * may ex 阅读全文
posted @ 2018-01-09 10:01 甜菜波波 阅读(7505) 评论(0) 推荐(0) 编辑