ThreadPoolExecutor 参数介绍 【转载】
摘要:
ThreadPoolExecutor 参数介绍 ThreadPoolExecutor 最多可以设置 7 个参数,如下代码所示: public ThreadPoolExecutor(int corePoolSize, int maximumPoolSize, long keepAliveTime, T 阅读全文
posted @ 2020-12-17 14:52 禅道 阅读(1087) 评论(0) 推荐(0) 编辑