发表评论取消回复
相关阅读
相关 【JUC并发编程】12 Semaphore原理/源码解析
一、概述 1、作用? > 限制并发量,用来控制同时访问特定资源的线程数量。 2、使用场景? > 适用于限制使用共享资源线程数量的场景。 3、常用类方法?
相关 AQS源码探究_09 Semaphore源码分析
文章参考:[小刘老师讲源码][Link 1] -------------------- 1、简介 Semaphore,信号量,它保存了一系列的许可(per
相关 【JUC源码】并发工具:Semaphore 源码分析&应用示例
Semaphore 字面意思是信号量的意思,它的作用是控制访问特定资源的线程数目。 1.应用示例 场景:资源访问,服务限流 public class Sema
相关 【并发编程】ReentrantReadWriteLock 源码分析
前言 Github:[https://github.com/yihonglei/jdk-source-code-reading][https_github.com_yih
相关 【并发编程】FutureTask 源码分析
前言 Github:[https://github.com/yihonglei/jdk-source-code-reading][https_github.com_yih
相关 【并发编程】CyclicBarrier 源码分析
前言 Github:[https://github.com/yihonglei/jdk-source-code-reading][https_github.com_yih
相关 【并发编程】CountDownLatch 源码分析
前言 Github:[https://github.com/yihonglei/jdk-source-code-reading][https_github.com_yih
相关 【并发编程】ReentrantLock 源码分析
前言 Github:[https://github.com/yihonglei/jdk-source-code-reading][https_github.com_yih
相关 【并发编程】Semaphore 源码分析
前言 Github:[https://github.com/yihonglei/jdk-source-code-reading][https_github.com_yih
相关 【并发编程】ThreadLocal 源码分析
前言 Github:[https://github.com/yihonglei/jdk-source-code-reading][https_github.com_yih
还没有评论,来说两句吧...