# concurrency **Repository Path**: mayunzouyihui/concurrency ## Basic Information - **Project Name**: concurrency - **Description**: 并发处理 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-03-23 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # concurrency #### 介绍 并发处理 ## 相关内容: - 原子性atomic包(atomic) - synchronized关键字(sync) - 单例(singleton) - 不可变对象(immutable) - 线程封闭(threadLocal) - 锁与死锁(lock,deadlock) - 一般线程不安全类与写法(comminUnsafe) - 同步容器(concurrent,syncContainer) - J.U.C之AQS(aqs) - 线程调度-线程池(threadPool) - 限流降级与熔断(rateLimiter,hystrix)