扩展阅读
当前位置: 编程语言>java/jsp
java命名空间java.util.concurrent类futuretask<v>的类成员方法: get定义及介绍
发布时间:2014-2-17
本文导语:
get
public v get(long timeout,
timeunit unit)
throws interruptedexception,
executionexception,
timeoutexception
从接口 future 复制的描述
如有必要,最多等待为使计算完成所给定的时间之后,获取其结果(如果结果可...