# concurrency **Repository Path**: yfengJ/concurrency ## Basic Information - **Project Name**: concurrency - **Description**: Java并发编程实战读书笔记-记录书中所有例子并在例子中增加书中的解析和个人理解 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: https://www.yuque.com/u1197881/concurrency - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 2 - **Created**: 2018-10-12 - **Last Updated**: 2021-09-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # concurrency #### Description Java并发编程实战,记录书中例子的源代码(在包com.zyf.concurrency.example下),以及自己手写一遍书中的例子(以chapterxx结尾的包名)。 #### 读书总结 2020年7月15日 本书已读完,在本书中学到了很多东西,包括如何编写并发安全的代码、Java并发包的使用以及常见的并发问题如ABA问题等。非常感谢作者编写本书,受益匪浅。