<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>线程池 on withdong02</title>
    <link>https://withdong02.top/tags/%E7%BA%BF%E7%A8%8B%E6%B1%A0/</link>
    <description>Recent content in 线程池 on withdong02</description>
    <generator>Hugo</generator>
    <language>zh</language>
    <lastBuildDate>Thu, 10 Sep 2026 19:55:57 +0000</lastBuildDate>
    <atom:link href="https://withdong02.top/tags/%E7%BA%BF%E7%A8%8B%E6%B1%A0/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>JUC-3</title>
      <link>https://withdong02.top/posts/juc-3/</link>
      <pubDate>Thu, 10 Sep 2026 19:55:57 +0000</pubDate>
      <guid>https://withdong02.top/posts/juc-3/</guid>
      <description>&lt;p&gt;上一篇讲了线程的状态和切换方法，还讲了 AQS 的关键概念。这一篇我打算学习 AQS 的常见实现、并发容器，还有阻塞队列和线程池。&lt;/p&gt;
&lt;h2 id=&#34;aqs-的常见实现&#34;&gt;AQS 的常见实现&lt;/h2&gt;
&lt;p&gt;上一篇提到 AQS 核心内容就是：state + 等待队列。接下来我会讲解 &lt;code&gt;ReentrantLock&lt;/code&gt;、&lt;code&gt;Semaphore&lt;/code&gt;、&lt;code&gt;CountDownLatch&lt;/code&gt; 等常见实现。&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
