<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>阻塞队列 on haifeiWu</title><link>https://haifeiWu.github.io/tags/%E9%98%BB%E5%A1%9E%E9%98%9F%E5%88%97/</link><description>Recent content in 阻塞队列 on haifeiWu</description><generator>Hugo -- gohugo.io</generator><language>zh-cn</language><managingEditor>whfstudio@163.com (haifeiWu)</managingEditor><webMaster>whfstudio@163.com (haifeiWu)</webMaster><copyright>© 2016～2026 haifeiWu</copyright><lastBuildDate>Sun, 27 Jan 2019 00:00:00 +0800</lastBuildDate><atom:link href="https://haifeiWu.github.io/tags/%E9%98%BB%E5%A1%9E%E9%98%9F%E5%88%97/index.xml" rel="self" type="application/rss+xml"/><item><title>ArrayBlockingQueue 阻塞队列</title><link>https://haifeiWu.github.io/posts/arrayblockingqueue--zu-se-dui-lie/</link><pubDate>Sun, 27 Jan 2019 00:00:00 +0800</pubDate><author>whfstudio@163.com (haifeiWu)</author><guid>https://haifeiWu.github.io/posts/arrayblockingqueue--zu-se-dui-lie/</guid><description>一直都在写业务代码，对于 jdk 底层的代码难免有些疏忽，所以决定把一些比较重要的源码过一遍……是什么？ArrayBlockingQueue 是一个用数组实现的有界阻塞队列。此队列按照先进先出（FIFO）的原则对元素进行排序。默认情况</description></item></channel></rss>