摘要:
避免使用Executors创建线程池,主要是避免使用其中的默认实现,那么我们可以自己直接调用ThreadPoolExecutor的构造函数来自己创建线程池。在创建的同时,给BlockQueue指定容量就可以了。 private static ExecutorService executor = ne 阅读全文
posted @ 2018-10-29 09:46
裘小凉
阅读(169)
评论(0)
推荐(0)
浙公网安备 33010602011771号