文章列表
Java线程池使用简要说明
- 博客分类:
- Java基础,个人总结
鉴于个人经验有限,此文档中可能存在不正确的地方,欢迎各位同学“指指点点”。此文仅做简要介绍,实际应用,会结合Gallery中的实际应用进行总结相关的源码均在java.util.concurrent.*包下== 创建线程池 ==直接介绍下线程池 ThreadPoolExecutor 的用法 /** * Creates a new {@code ThreadPoolExecutor} with the given initial * parameters. * * @param corePoolSize the number of threads to ke ...