扩展阅读
当前位置: 编程语言>java/jsp
java命名空间java.util.concurrent类executorcompletionservice<v>的类成员方法: poll定义及介绍
发布时间:2014-2-17
本文导语:
poll
public future poll(long timeout,
timeunit unit)
throws interruptedexception
从接口 completionservice 复制的描述
获取并移除表示下一个已完成任务的 future,如果目前不存在这样的任务,则将等待指定的时间(如果...