Package com.alibaba.dubbo.common.threadpool.support.cached

Class Summary
CachedThreadPool 此线程池可伸缩,线程空闲一分钟后回收,新请求重新创建线程,来源于:Executors.newCachedThreadPool()
 



Copyright © 2012–2017 Alibaba. All rights reserved.