# concurrent-notes **Repository Path**: YuanLicc/concurrent-notes ## Basic Information - **Project Name**: concurrent-notes - **Description**: Java并发学习与总结 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-03 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Concurrent-notes [![Build Status](https://travis-ci.org/YuanLicc/concurrent-notes.svg?branch=master)](https://travis-ci.org/YuanLicc/concurrent-notes) [![codecov.io](https://codecov.io/gh/YuanLicc/concurrent-notes/branch/master/graphs/badge.svg?branch=master)](https://codecov.io/gh/YuanLicc/concurrent-notes?branch=master) Java并发的笔记。 是对书籍 [《Java并发编程的艺术》](https://www.amazon.cn/dp/B012NDCEA0/ref=sr_1_1?s=books&ie=UTF8&qid=1523863156&sr=1-1&keywords=java%E5%B9%B6%E5%8F%91%E7%BC%96%E7%A8%8B%E7%9A%84%E8%89%BA%E6%9C%AF) 和网上查询的相关信息的摘录。若作者对并发有一定理解后,会对并发进行通俗的总结。 ### 声明 作者目前处于初学阶段,实力有限,还不能评判自己所摘录的 信息的正确性,下面的笔记若有错误,还请原谅并指出。**谢谢大家!** ### 目录 - [预备知识点(持续更新)](https://github.com/YuanLicc/concurrent-notes/blob/master/doc/basicKnowledge.md) - [Java并发底层实现原理](https://github.com/YuanLicc/concurrent-notes/blob/master/doc/JavaConcurrentPrinciple.md) - [Java内存模型](https://github.com/YuanLicc/concurrent-notes/blob/master/doc/JavaMemoryModel.md) - [Java 并发编程基础](https://github.com/YuanLicc/concurrent-notes/blob/master/doc/JavaConcurrentBasic.md) - [Java 中的锁](https://github.com/YuanLicc/concurrent-notes/blob/master/doc/JavaLock.md) - [Java 并发容器及框架](https://github.com/YuanLicc/concurrent-notes/blob/master/doc/JavaConcurrentFramework.md) - [Java 原子操作类](https://github.com/YuanLicc/concurrent-notes/blob/master/doc/JavaAtomic.md) - [Java 并发工具类](https://github.com/YuanLicc/concurrent-notes/blob/master/doc/JavaConcurrentToolClass.md) - [Java 线程池](https://github.com/YuanLicc/concurrent-notes/blob/master/doc/JavaThreadPool.md) - [Java Executor 框架](https://github.com/YuanLicc/concurrent-notes/blob/master/doc/JavaExecutorFramework.md)