摘要:
# 说说ThreadPoolExecutor## 认识先来看看它所在的架构体系:```javapackage java.util.concurrent;public interface Executor { void execute(Runnable command); }public interface ExecutorService extends Executor { //新加一些方法... 阅读全文
posted @ 2018-05-20 15:52
LarryZeal
阅读(1344)
评论(0)
推荐(0)

浙公网安备 33010602011771号