JAVA线程池

线程池 以下整理自 http://www.cnblogs.com/dolphin0520/p/3932921.html (万分感谢) 1.ThreadPoolExecutor类 ava.uitl.concurrent.ThreadPoolExecutor类是线程池中最核心的一个类 ,因此如果要透彻地了解Java中的线程池,必须先了解这个类。 下面我们来看一下ThreadPoolExecutor类的
相关文章
相关标签/搜索