扩展阅读
当前位置: 编程语言>java/jsp
java命名空间java.util.concurrent类executors的类成员方法: newscheduledthreadpool定义及介绍
发布时间:2014-2-17
本文导语:
newscheduledthreadpool
public static scheduledexecutorservice newscheduledthreadpool(int corepoolsize)
创建一个线程池,它可安排在给定延迟后运行命令或者定期地执行。
参数:corepoolsize - 池中所保存的线程数,即使线程是空闲的也包括在内。
返...