# Concurrent_Java **Repository Path**: LGSKOKO/Concurrent_Java ## Basic Information - **Project Name**: Concurrent_Java - **Description**: 这个仓库用来记录关于并发知识的学习,是以Java语言为基础的。 :stuck_out_tongue_closed_eyes: - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-04-22 - **Last Updated**: 2023-10-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Concurrent_Java - ### 01高并发基础知识 1. [进程和线程的基础知识]( https://github.com/LGSKOKO/Concurrent_Java/blob/master/01高并发的基础知识/01进程和线程的基础知识.md) 2. [多线程的基础知识](https://github.com/LGSKOKO/Concurrent_Java/blob/master/01高并发的基础知识/02多线程的基础知识.md) 3. [串行、并行、并发的基础知识](https://github.com/LGSKOKO/Concurrent_Java/blob/master/01高并发的基础知识/03串行、并行、并发的基础知识.md) 4. [同步和异步、阻塞和非阻塞的基础知识](https://github.com/LGSKOKO/Concurrent_Java/blob/master/01高并发的基础知识/04同步和异步、阻塞和非阻塞的基础知识.md) - ### 02线程8大核心基础 - ### 03Java内存模型 - ### 04死锁从产生到消除 - ### 05线程池 - ### 06ThreadLocal - ### 07Java中的锁 - ### 08atomic和CAS - ### 09并发容器 - ### 10线程协作、控制并发流程 - ### 11Future和Callable