摘要: FutureTask<V>实现了RunnableFuture<V>接口。内部变量包含Sync类型的变量sync。 public V get() throws InterruptedException, ExecutionException { return sync.innerGet(); } 为对 阅读全文
posted @ 2017-08-28 15:23 菜鸟麦迪粉 阅读(150) 评论(0) 推荐(0) 编辑