摘要: 人狠话不多,直接上代码,代码拷贝到本地直接运行,自己研究吧。 public interface MyFuture<V> { V get() throws Exception; } public interface Callback<v> { v call() throws Exception; } 阅读全文
posted @ 2020-03-27 13:12 思思博士 阅读(449) 评论(0) 推荐(0) 编辑