摘要:
线程池简单点就是任务队列+线程组成的。接下来我们来简单的了解下ThreadPoolExecutor的源代码。 先看ThreadPoolExecutor的简单类图,对ThreadPoolExecutor总体来个简单的认识。 为了分析ThreadPoolExecutor我们得下扯点队列和队列里面的任务这 阅读全文
posted @ 2017-08-03 12:00
liguangsunls
阅读(182)
评论(0)
推荐(0)