# java_concurrence **Repository Path**: enzoism/java_concurrence ## Basic Information - **Project Name**: java_concurrence - **Description**: 使用java学习并发Demo - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-06 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 1、Java并发操作 > 无并发,不编码 -- -- # 2、核心操作 - 进行ThreadPoolExecutor训练使用 > - A01_ThreadPoolExecutor使用ThreadPoolExecutor创建线程池,参考地址:https://www.jianshu.com/p/d8eaa3e2a646 > - A02_ThreadPoolExecutor使用ThreadPoolExecutor创建线程池,参考地址:https://www.jianshu.com/p/65a505afe711 > - A03_CustomThreadPoolExecutor定制属于自己的非阻塞线程池,参考地址:https://blog.csdn.net/fzy629442466/article/details/84775082 > - A04_CustomThreadPoolExecutor定制属于自己的阻塞线程池,参考地址:https://blog.csdn.net/fzy629442466/article/details/84775082 -- --