# Java-Concurrent **Repository Path**: xxjay/Java-Concurrent ## Basic Information - **Project Name**: Java-Concurrent - **Description**: Java并发编程的各种案例和模仿jdk各种并发工具类 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-17 - **Last Updated**: 2022-06-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Java并发编程 ## 介绍 Java并发的各种案例和模仿jdk各种并发工具类的实现 ## 项目结构 **aqs.*** : 使用AQS实现的各种并发工具,包括ReentrantLock、Semaphore等 **concurrent.pool.*** : 模仿jdk线程池ThreadPoolExecutor编写的线程池类,包括线程池和阻塞队列 **example.*** : 各种案例