ThreadPoolExecutor學習

[size=large]1、構造函數[/size] public ThreadPoolExecutor(int corePoolSize, int maximumPoolSize, long keepAliveTime, TimeUnit unit, BlockingQueue<Runnable> workQueue) [b]corePoolSize[/b] 線程池維護的核心線程數。爲何這裏說核心
相關文章
相關標籤/搜索