扩展阅读
当前位置: 编程语言>java/jsp
java命名空间java.util.concurrent类abstractexecutorservice的类成员方法: newtaskfor定义及介绍
发布时间:2014-2-17
本文导语:
newtaskfor
protected runnablefuture newtaskfor(callable callable)
为给定可调用任务返回一个 runnablefuture。
参数:callable - 将包装的可调用任务
返回:一个 runnablefuture,在运行的时候,它将调用底层可调用任务,作为 future 任务,它将...