# Thread Pool Learning **Repository Path**: tzj2015/thread-pool-learning ## Basic Information - **Project Name**: Thread Pool Learning - **Description**: (1) Executors创建线程池弊端。 (2) 使用 ThreadPoolExecutor 创建线程池,并了解线程池工作原理 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-10 - **Last Updated**: 2021-06-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README > 为什么不推荐使用Executors创建线程池(Executors创建线程池弊端)? [见详情](src/main/java/vip/xls8z/thread/pool/learning/ExecutorsTest.java) > 使用 ThreadPoolExecutor 创建线程池,并了解线程池工作原理 [见详情](src/main/java/vip/xls8z/thread/pool/learning/TheadPoolExecutorTest.java) 具体图文待补充...