【并发编程】ThreadPoolExecutor参数详解
摘要:
ThreadPoolExecutor executor = new ThreadPoolExecutor(int corePoolSize,int maximumPoolSize,long keepAliveTime,TimeUnit unit,BlockingQueue workQueue);C... 阅读全文
posted @ 2014-10-24 15:22 毛小娃 阅读(210) 评论(0) 推荐(0) 编辑