Java 中的 Future 接口

1. 前言 Java 1.5 提供了 java.util.concurrent.Future 接口,处理异步调用和并发处理时非常有用,今天我们来研究一下这个接口。在 JDK 中对 Future 是这么描述的: A Future represents the result of an asynchronous computation. Methods are provided to check if
相关文章
相关标签/搜索