摘要: package com.xunqi.gulimall.search.thread; import java.util.concurrent.*; /** * @Description: * @Created: with IntelliJ IDEA. * @author: 阿伦啊 * @createT 阅读全文
posted @ 2022-01-07 10:51 阿伦啊 阅读(872) 评论(0) 推荐(0) 编辑
摘要: public ThreadPoolExecutor(int corePoolSize, int maximumPoolSize, long keepAliveTime, TimeUnit unit, BlockingQueue<Runnable> workQueue, ThreadFactory t 阅读全文
posted @ 2022-01-07 09:47 阿伦啊 阅读(224) 评论(0) 推荐(0) 编辑